◆ GetParamInfo()
static ParamEnumArray SCR_TaskStateHelper.GetParamInfo |
( |
| ) |
|
|
static |
- Returns
- ParamEnumArray to describe the logic operators.
◆ s_ParamEnumArray
ref ParamEnumArray SCR_TaskStateHelper.s_ParamEnumArray |
|
staticprotected |
Initial value:
"Task is available;"+
"Task was completed successfully;"+
"Task had progress done;"+
"Task had an update;"+
"Task was cancelled;"+
"Task was removed;"
)
Definition SCR_AttributesHelper.c:2
static ParamEnumArray ParamFromDescriptions(TypeName enumType, string descriptions)
Converts semicolon-separated descriptions into ParamEnumArray for enum type.
Definition SCR_AttributesHelper.c:31
The documentation for this interface was generated from the following file:
- Game/Tasks/SCR_TaskState.c