Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
EServerCmdResultType.c File Reference

Go to the source code of this file.

Enumerations

enum  EServerCmdResultType {
  OK , UNKNOWN_COMMAND , MISSING_PERMISSION , PARAMETERS ,
  PENDING , BUSY , ERR
}

Enumeration Type Documentation

◆ EServerCmdResultType

Enumerator
OK 

Normal execution.

UNKNOWN_COMMAND 

No command using given keyword was found.

MISSING_PERMISSION 

Insufficient permission/role.

PARAMETERS 

Error among parameters (e.g.: not enough params, wrong name/id).

PENDING 

Response is not ready yet.

BUSY 

The command is already running.

ERR 

General error not covedred by previous categories.

Definition at line 7 of file EServerCmdResultType.c.