Skip to content

Type Alias: TXR_TaskTypeName

ts
type TXR_TaskTypeName = "storyline" | "additional" | "insignificant" | "task_dummy";

Task type constant names, including the shared native dummy sentinel.

Source

src/xrGame/GameTask_script.cpp, task.task_type enum and task.task_state dummy export.

Remarks

storyline, additional, and insignificant are exported by the task type enum. task_dummy is exported by the same task class and has the native ETaskTypeDummy sentinel value.