Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
BattlEyeKickReason.c File Reference

Go to the source code of this file.

Enumerations

enum  BattlEyeKickReason {
  UNKNOWN , CLIENT_NOT_RESPONDING , QUERY_TIMEOUT , GAME_RESTART_REQUIRED ,
  BAD_SERVICE_VERSION , DISALLOWED_PROGRAM , CORRUPTED_MEMORY , CORRUPTED_DATA ,
  WINAPI_FAILURE , GLOBAL_BAN , ADMIN_BAN , ADMIN_KICK ,
  INVALID_SERVER_CONFIG
}

Enumeration Type Documentation

◆ BattlEyeKickReason

Enumerator
UNKNOWN 

Inknown reason.

CLIENT_NOT_RESPONDING 

"Client not responding" - the client is not acknowledging packets sent from the server

QUERY_TIMEOUT 

"Query Timeout" - the client is not responding to scan queries sent from the master server

GAME_RESTART_REQUIRED 

"Game restart required" - the client doesn't have the BE Service (protection) enabled

BAD_SERVICE_VERSION 

"Bad Service Version" - the client is running an unsupported BE Service version

DISALLOWED_PROGRAM 

"Disallowed Program #X" - the client is running a blocked program, which doesn't necessarily indicate cheating (-> no ban), e.g. Cheat Engine

CORRUPTED_MEMORY 

"Corrupted Memory #0" - the integrity of the protection failed to validate

CORRUPTED_DATA 

"Corrupted Data #X" - the integrity of the game was violated

WINAPI_FAILURE 

"WinAPI Failure #X" - a critical Windows API call failed

GLOBAL_BAN 

"Global Ban #XXXXXX" - the player has been banned by BE

ADMIN_BAN 

"Admin Ban #REASON" - the player has been banned by server administrator

ADMIN_KICK 

"Admin Kick (REASON)" - the player has been kicked by server administrator

INVALID_SERVER_CONFIG 

"Missing GameID/MasterPort server config settings"

Definition at line 7 of file BattlEyeKickReason.c.