RallyHereStatsBase Struct
Base stats to be exported by the game host adapter.
Summary
Kind | View | Description |
---|---|---|
const char * | name | Name of the server. |
const char * | map | Map the server is running. |
const char * | folder | Folder containing the game files. |
const char * | game | Name of the game. |
int32_t | id | Numeric ID of the game. Potentially the Steam App ID. |
uint8_t | players | Number of players currently on the server. |
uint8_t | max_players | Maximum number of players the server can hold. |
uint8_t | bots | Number of bots on the server. |
uint8_t | server_type | Type of server. Currently ‘d’ for dedicated, ‘l’ for listen, ‘p’ for SourceTV. |
uint8_t | environment | Environment the server is running in. Currently ‘w’ for Windows, ‘l’ for Linux, ‘m’ for Mac. |
uint8_t | visibility | Visibility of the server. Currently ‘0’ for public and ‘1’ for private. |
uint8_t | anticheat | Anti-cheat running on the server. Currently ‘0’ for unsecured, ‘1’ for secured. |
const char * | version | Version of the game installed on the server. |
Public-attrib
name
const char* RallyHereStatsBase::name
Name of the server.
map
const char* RallyHereStatsBase::map
Map the server is running.
folder
const char* RallyHereStatsBase::folder
Folder containing the game files.
game
const char* RallyHereStatsBase::game
Name of the game.
id
int32_t RallyHereStatsBase::id
Numeric ID of the game. Potentially the Steam App ID.
players
uint8_t RallyHereStatsBase::players
Number of players currently on the server.
max_players
uint8_t RallyHereStatsBase::max_players
Maximum number of players the server can hold.
bots
uint8_t RallyHereStatsBase::bots
Number of bots on the server.
server_type
uint8_t RallyHereStatsBase::server_type
Type of server. Currently ‘d’ for dedicated, ‘l’ for listen, ‘p’ for SourceTV.
environment
uint8_t RallyHereStatsBase::environment
Environment the server is running in. Currently ‘w’ for Windows, ‘l’ for Linux, ‘m’ for Mac.
visibility
uint8_t RallyHereStatsBase::visibility
Visibility of the server. Currently ‘0’ for public and ‘1’ for private.
anticheat
uint8_t RallyHereStatsBase::anticheat
Anti-cheat running on the server. Currently ‘0’ for unsecured, ‘1’ for secured.
version
const char* RallyHereStatsBase::version
Version of the game installed on the server.