Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Network

Data Structures

class  ChatCommandHandler
 
class  GameStatsApi
 Statistical Api - Analytics. More...
 
class  PlayerManager
 

Enumerations

enum  PlayerManagerKickReason {
  KICK, KICK_VOTED, DUPLICATE_PLAYER_IDENTITY, BAN,
  TEMP_BAN, KICK, KICK_VOTED, DUPLICATE_PLAYER_IDENTITY,
  BAN, TEMP_BAN
}
 
enum  PlayerManagerKickReason {
  KICK, KICK_VOTED, DUPLICATE_PLAYER_IDENTITY, BAN,
  TEMP_BAN, KICK, KICK_VOTED, DUPLICATE_PLAYER_IDENTITY,
  BAN, TEMP_BAN
}
 

Detailed Description

Enumeration Type Documentation

◆ PlayerManagerKickReason [1/2]

Enumerator
KICK 

Kicked from game by the admin/GM.

KICK_VOTED 

Voted to kick.

DUPLICATE_PLAYER_IDENTITY 

Another connected player with the same identity found.

BAN 

Banned by admin/GM.

TEMP_BAN 

Temporary banned AKA kick with timeout.

KICK 

Kicked from game by the admin/GM.

KICK_VOTED 

Voted to kick.

DUPLICATE_PLAYER_IDENTITY 

Another connected player with the same identity found.

BAN 

Banned by admin/GM.

TEMP_BAN 

Temporary banned AKA kick with timeout.

Definition at line 12 of file PlayerManagerKickReason.c.

◆ PlayerManagerKickReason [2/2]

Enumerator
KICK 

Kicked from game by the admin/GM.

KICK_VOTED 

Voted to kick.

DUPLICATE_PLAYER_IDENTITY 

Another connected player with the same identity found.

BAN 

Banned by admin/GM.

TEMP_BAN 

Temporary banned AKA kick with timeout.

KICK 

Kicked from game by the admin/GM.

KICK_VOTED 

Voted to kick.

DUPLICATE_PLAYER_IDENTITY 

Another connected player with the same identity found.

BAN 

Banned by admin/GM.

TEMP_BAN 

Temporary banned AKA kick with timeout.

Definition at line 12 of file PlayerManagerKickReason.c.