Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
BattlEyeKickReason.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
7
enum
BattlEyeKickReason
8
{
10
UNKNOWN
,
12
CLIENT_NOT_RESPONDING
,
14
QUERY_TIMEOUT
,
16
GAME_RESTART_REQUIRED
,
18
BAD_SERVICE_VERSION
,
20
DISALLOWED_PROGRAM
,
22
CORRUPTED_MEMORY
,
24
CORRUPTED_DATA
,
26
WINAPI_FAILURE
,
28
GLOBAL_BAN
,
30
ADMIN_BAN
,
32
ADMIN_KICK
,
34
INVALID_SERVER_CONFIG
,
35
}
BattlEyeKickReason
BattlEyeKickReason
Definition
BattlEyeKickReason.c:8
WINAPI_FAILURE
@ WINAPI_FAILURE
"WinAPI Failure #X" - a critical Windows API call failed
Definition
BattlEyeKickReason.c:26
CLIENT_NOT_RESPONDING
@ CLIENT_NOT_RESPONDING
"Client not responding" - the client is not acknowledging packets sent from the server
Definition
BattlEyeKickReason.c:12
GAME_RESTART_REQUIRED
@ GAME_RESTART_REQUIRED
"Game restart required" - the client doesn't have the BE Service (protection) enabled
Definition
BattlEyeKickReason.c:16
CORRUPTED_MEMORY
@ CORRUPTED_MEMORY
"Corrupted Memory #0" - the integrity of the protection failed to validate
Definition
BattlEyeKickReason.c:22
ADMIN_KICK
@ ADMIN_KICK
"Admin Kick (REASON)" - the player has been kicked by server administrator
Definition
BattlEyeKickReason.c:32
QUERY_TIMEOUT
@ QUERY_TIMEOUT
"Query Timeout" - the client is not responding to scan queries sent from the master server
Definition
BattlEyeKickReason.c:14
CORRUPTED_DATA
@ CORRUPTED_DATA
"Corrupted Data #X" - the integrity of the game was violated
Definition
BattlEyeKickReason.c:24
DISALLOWED_PROGRAM
@ DISALLOWED_PROGRAM
"Disallowed Program #X" - the client is running a blocked program, which doesn't necessarily indicate...
Definition
BattlEyeKickReason.c:20
INVALID_SERVER_CONFIG
@ INVALID_SERVER_CONFIG
"Missing GameID/MasterPort server config settings"
Definition
BattlEyeKickReason.c:34
ADMIN_BAN
@ ADMIN_BAN
"Admin Ban #REASON" - the player has been banned by server administrator
Definition
BattlEyeKickReason.c:30
BAD_SERVICE_VERSION
@ BAD_SERVICE_VERSION
"Bad Service Version" - the client is running an unsupported BE Service version
Definition
BattlEyeKickReason.c:18
GLOBAL_BAN
@ GLOBAL_BAN
"Global Ban #XXXXXX" - the player has been banned by BE
Definition
BattlEyeKickReason.c:28
UNKNOWN
@ UNKNOWN
Definition
EPlatform.c:24
scripts
GameLib
generated
BattlEyeKickReason.c
Generated by
1.17.0