|
Enfusion Script API
|
Opaque code representing various reasons for ending gameplay. More...
Public Member Functions | |
| proto external KickCauseGroup | GetGroup () |
| proto external int | GetReason () |
Public Member Functions inherited from pointer | |
| proto string | ToString () |
Static Public Member Functions | |
| static proto KickCauseCode | NewCode (KickCauseGroup group, int reason) |
Static Public Attributes | |
| static KickCauseCode | NONE = null |
Opaque code representing various reasons for ending gameplay.
It consists of two parts: category and reason. Categories differentiate various systems and each system should provide it's own list of possible reasons that could cause gameplay to end.
| proto external KickCauseGroup KickCauseCode.GetGroup | ( | ) |
| proto external int KickCauseCode.GetReason | ( | ) |
|
static |
|
static |