Arma Reforger Script API
|
Classes | |
interface | GameStateTransitions |
interface | KickCauseCodeAPI |
Enumerations | |
enum | KickCauseCode { KickCauseCode.NONE } |
Opaque code representing various reasons for ending gameplay. More... | |
enum | KickCauseGroup2 { KickCauseGroup2.PLATFORM , KickCauseGroup2.PLAYER_MANAGER } |
Extends KickCauseGroup by adding game-specific groups. More... | |
enum | PlatformKickReason { PlatformKickReason.ACTIVE_USER_LOST , PlatformKickReason.NO_MP_PRIVILEGE , PlatformKickReason.NO_CROSSPLAY_PRIVILEGE , PlatformKickReason.USER_SIGNED_OUT } |
enum KickCauseCode |
Opaque code representing various reasons for ending gameplay.
It must be manipulated using KickCauseCodeAPI functions, which provide access to category and category-specific reason. Categories differentiate various systems and each system should provide it's own list of possible reasons that could cause gameplay to end.
Enumerator | |
---|---|
NONE | Predefined value used when gameplay ends as a result of user action and does not need to be explained. |
enum KickCauseGroup2 |
enum PlatformKickReason |