Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
PlayerManagerKickReason.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
13 {
21  BAN,
24 }
25 
DUPLICATE_PLAYER_IDENTITY
@ DUPLICATE_PLAYER_IDENTITY
Another connected player with the same identity found.
Definition: PlayerManagerKickReason.c:19
KICK
@ KICK
Kicked from game by the admin/GM.
Definition: PlayerManagerKickReason.c:15
BAN
@ BAN
Banned by admin/GM.
Definition: PlayerManagerKickReason.c:21
KICK_VOTED
@ KICK_VOTED
Voted to kick.
Definition: PlayerManagerKickReason.c:17
PlayerManagerKickReason
PlayerManagerKickReason
Definition: PlayerManagerKickReason.c:12
TEMP_BAN
@ TEMP_BAN
Temporary banned AKA kick with timeout.
Definition: PlayerManagerKickReason.c:23