![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Data Structures | |
| class | GameStateTransitions |
| class | KickCauseCodeAPI |
Enumerations | |
| enum | KickCauseCode { NONE, NONE } |
| enum | KickCauseCode { NONE, NONE } |
| enum | KickCauseGroup2 { PLATFORM, PLAYER_MANAGER, PLATFORM, PLAYER_MANAGER } |
| Extends KickCauseGroup by adding game-specific groups. More... | |
| enum | KickCauseGroup2 { PLATFORM, PLAYER_MANAGER, PLATFORM, PLAYER_MANAGER } |
| enum | PlatformKickReason { ACTIVE_USER_LOST, NO_MP_PRIVILEGE, NO_CROSSPLAY_PRIVILEGE, ACTIVE_USER_LOST, NO_MP_PRIVILEGE, NO_CROSSPLAY_PRIVILEGE } |
| enum | PlatformKickReason { ACTIVE_USER_LOST, NO_MP_PRIVILEGE, NO_CROSSPLAY_PRIVILEGE, ACTIVE_USER_LOST, NO_MP_PRIVILEGE, NO_CROSSPLAY_PRIVILEGE } |
| 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.
Definition at line 19 of file KickCauseCode.c.
| enum KickCauseCode |
Definition at line 19 of file KickCauseCode.c.
| enum KickCauseGroup2 |
Definition at line 13 of file KickCauseGroup2.c.
| enum KickCauseGroup2 |
Extends KickCauseGroup by adding game-specific groups.
Definition at line 13 of file KickCauseGroup2.c.
| enum PlatformKickReason |
Definition at line 12 of file PlatformKickReason.c.
| enum PlatformKickReason |
Definition at line 12 of file PlatformKickReason.c.