Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
PlayerManagerKickReason.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
12
enum
PlayerManagerKickReason
13
{
15
KICK
,
17
KICK_VOTED
,
19
DUPLICATE_PLAYER_IDENTITY
,
21
BAN
,
23
TEMP_BAN
,
24
}
25
KICK
@ KICK
Kick a player, value is player ID.
Definition
EVotingType.c:3
PlayerManagerKickReason
PlayerManagerKickReason
Definition
PlayerManagerKickReason.c:13
DUPLICATE_PLAYER_IDENTITY
@ DUPLICATE_PLAYER_IDENTITY
Another connected player with the same identity found.
Definition
PlayerManagerKickReason.c:19
BAN
@ BAN
Banned by admin/GM.
Definition
PlayerManagerKickReason.c:21
KICK_VOTED
@ KICK_VOTED
Voted to kick.
Definition
PlayerManagerKickReason.c:17
TEMP_BAN
@ TEMP_BAN
Temporary banned AKA kick with timeout.
Definition
PlayerManagerKickReason.c:23
scripts
Game
generated
Network
PlayerManagerKickReason.c
Generated by
1.17.0