Skip to content

Type Alias: TXR_TaskType

ts
type TXR_TaskType = 
  | typeof storyline
  | typeof additional
  | typeof insignificant
  | typeof task_dummy;

Task category used by SGameTaskObjective.get_type() and set_type().

Source

C++ enum ETaskType

Remarks

storyline, additional, and insignificant are the script-exposed categories. task.task_dummy is kept in the type because native task APIs can use the dummy sentinel value.