Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | SCR_BaseTaskManagerClass |
class | SCR_BaseTaskManager |
Enumerations | |
enum | SCR_ETaskEventMask { TASK_CREATED = 1, TASK_CANCELED = 2, TASK_PROPERTY_CHANGED = 4, TASK_ASSIGNEE_CHANGED = 8, TASK_FINISHED = 16, TASK_FAILED = 32, TASK_REMOVED = 64 } |
Functions | |
SCR_BaseTaskManager | GetTaskManager () |
Variables | |
SCR_BaseTaskManager | g_TaskManagerInstance |
enum SCR_ETaskEventMask |
Enumerator | |
---|---|
TASK_CREATED | |
TASK_CANCELED | |
TASK_PROPERTY_CHANGED | |
TASK_ASSIGNEE_CHANGED | |
TASK_FINISHED | |
TASK_FAILED | |
TASK_REMOVED |
Definition at line 13 of file SCR_BaseTaskManager.c.
SCR_BaseTaskManager GetTaskManager | ( | ) |
Definition at line 7 of file SCR_BaseTaskManager.c.
SCR_BaseTaskManager g_TaskManagerInstance |
Definition at line 6 of file SCR_BaseTaskManager.c.