Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_TaskState.c
Go to the documentation of this file.
1//------------------------------------------------------------------------------------------------
12
13[Obsolete()]
15{
17 "Task is available;"+
18 "Task was completed successfully;"+
19 "Task had progress done;"+
20 "Task had an update;"+
21 "Task was cancelled;"+
22 "Task was removed;"
23 );
24
25 //------------------------------------------------------------------------------------------------
27 static ParamEnumArray GetParamInfo()
28 {
29 return s_ParamEnumArray;
30 }
31}
@ CANCELLED
Definition SCR_AIAction.c:5
PROGRESSED
Definition SCR_Task.c:15
SCR_TaskState
@ UPDATED
@ OPENED
@ REMOVED
static ParamEnumArray ParamFromDescriptions(typename enumType, string descriptions)
static ref ParamEnumArray s_ParamEnumArray
static ParamEnumArray GetParamInfo()
@ FINISHED
Job was successfully finished.
Definition ENodeResult.c:19