Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
SCR_TaskState.c
Go to the documentation of this file.
1
//------------------------------------------------------------------------------------------------
2
[
Obsolete
()]
3
enum
SCR_TaskState
4
{
5
OPENED
,
6
FINISHED
,
7
PROGRESSED
,
8
UPDATED
,
9
CANCELLED
,
10
REMOVED
11
};
12
13
[
Obsolete
()]
14
class
SCR_TaskStateHelper
15
{
16
protected
static
ref ParamEnumArray
s_ParamEnumArray
=
SCR_AttributesHelper
.
ParamFromDescriptions
(
SCR_TaskState
,
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
@ CANCELLED
Definition
SCR_AIAction.c:5
PROGRESSED
PROGRESSED
Definition
SCR_Task.c:15
SCR_TaskState
SCR_TaskState
Definition
SCR_TaskState.c:4
UPDATED
@ UPDATED
Definition
SCR_TaskState.c:8
OPENED
@ OPENED
Definition
SCR_TaskState.c:5
REMOVED
@ REMOVED
Definition
SCR_TaskState.c:10
SCR_AttributesHelper
Definition
SCR_AttributesHelper.c:2
SCR_AttributesHelper::ParamFromDescriptions
static ParamEnumArray ParamFromDescriptions(typename enumType, string descriptions)
Definition
SCR_AttributesHelper.c:31
SCR_TaskStateHelper
Definition
SCR_TaskState.c:15
SCR_TaskStateHelper::s_ParamEnumArray
static ref ParamEnumArray s_ParamEnumArray
Definition
SCR_TaskState.c:16
SCR_TaskStateHelper::GetParamInfo
static ParamEnumArray GetParamInfo()
Definition
SCR_TaskState.c:27
FINISHED
@ FINISHED
Job was successfully finished.
Definition
ENodeResult.c:19
Obsolete
typedef Obsolete
Definition
HelicopterAutopilotHelperComponent.c:16
scripts
Game
Tasks
SCR_TaskState.c
Generated by
1.17.0