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
12
enum
PlayerManagerKickReason
13
{
15
KICK
,
17
KICK_VOTED
,
19
DUPLICATE_PLAYER_IDENTITY
,
21
BAN
,
23
TEMP_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
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
generated
Network
PlayerManagerKickReason.c
Generated by
1.8.17