Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
EServerCmdResultType.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
7
enum
EServerCmdResultType
8
{
10
OK
,
12
UNKNOWN_COMMAND
,
14
MISSING_PERMISSION
,
16
PARAMETERS
,
18
PENDING
,
20
BUSY
,
22
ERR
,
23
}
EServerCmdResultType
EServerCmdResultType
Definition
EServerCmdResultType.c:8
ERR
@ ERR
General error not covedred by previous categories.
Definition
EServerCmdResultType.c:22
PENDING
@ PENDING
Response is not ready yet.
Definition
EServerCmdResultType.c:18
MISSING_PERMISSION
@ MISSING_PERMISSION
Insufficient permission/role.
Definition
EServerCmdResultType.c:14
PARAMETERS
@ PARAMETERS
Error among parameters (e.g.: not enough params, wrong name/id).
Definition
EServerCmdResultType.c:16
UNKNOWN_COMMAND
@ UNKNOWN_COMMAND
No command using given keyword was found.
Definition
EServerCmdResultType.c:12
OK
SCR_RespawnComponentClass OK
Result code for request/assign response.
Definition
EMoveError.c:14
BUSY
@ BUSY
Definition
EPersistenceStatusCode.c:16
scripts
GameLib
generated
EServerCmdResultType.c
Generated by
1.17.0