|
| void | ~ServerConfig () |
| |
| proto external string | GetName () |
| | Returns currently set name in the config.
|
| |
| proto external void | SetName (string value) |
| | Changes name set in the config.
|
| |
| proto external string | GetDescription () |
| | Returns currently set description in the config.
|
| |
| proto external void | SetDescription (string value) |
| | Changes description set in the config.
|
| |
| proto external string | GetPassword () |
| | Returns currently set password in the config.
|
| |
| proto external void | SetPassword (string value) |
| | Changes password set in the config.
|
| |
| proto external int | GetMaxPlayers () |
| | Returns currently set limit for max players in the config.
|
| |
| proto external void | SetMaxPlayers (int value) |
| | Changes the limit for max players set in the config.
|
| |
| proto external int | GetPort () |
| | Returns currently set limit for max players in the config.
|
| |
| proto external void | SetPort (int value) |
| | Changes the limit for max players set in the config.
|
| |
| proto external EServerPlatformFlags | GetPlatforms () |
| | Returns currently allowed platforms in the server config.
|
| |
| proto external void | SetPlatforms (EServerPlatformFlags value) |
| | Changes allowed platforms in the server config.
|
| |
| proto external bool | GetVisible () |
| | Returns current value for the visibility in server browser.
|
| |
| proto external void | SetVisible (bool value) |
| | Changes the visibility in server browser.
|
| |
| proto external bool | GetBattlEye () |
| | Returns current value for enabled sate of the BattlEye.
|
| |
| proto external void | SetBattlEye (bool value) |
| | Changes the enabled sate of the BattlEye.
|
| |
◆ ~ServerConfig()
| void ServerConfig.~ServerConfig |
( |
| ) |
|
◆ GetBattlEye()
| proto external bool ServerConfig.GetBattlEye |
( |
| ) |
|
Returns current value for enabled sate of the BattlEye.
◆ GetDescription()
| proto external string ServerConfig.GetDescription |
( |
| ) |
|
Returns currently set description in the config.
◆ GetMaxPlayers()
| proto external int ServerConfig.GetMaxPlayers |
( |
| ) |
|
Returns currently set limit for max players in the config.
◆ GetName()
| proto external string ServerConfig.GetName |
( |
| ) |
|
Returns currently set name in the config.
◆ GetPassword()
| proto external string ServerConfig.GetPassword |
( |
| ) |
|
Returns currently set password in the config.
◆ GetPlatforms()
Returns currently allowed platforms in the server config.
◆ GetPort()
| proto external int ServerConfig.GetPort |
( |
| ) |
|
Returns currently set limit for max players in the config.
◆ GetVisible()
| proto external bool ServerConfig.GetVisible |
( |
| ) |
|
Returns current value for the visibility in server browser.
◆ SetBattlEye()
| proto external void ServerConfig.SetBattlEye |
( |
bool | value | ) |
|
Changes the enabled sate of the BattlEye.
◆ SetDescription()
| proto external void ServerConfig.SetDescription |
( |
string | value | ) |
|
Changes description set in the config.
◆ SetMaxPlayers()
| proto external void ServerConfig.SetMaxPlayers |
( |
int | value | ) |
|
Changes the limit for max players set in the config.
◆ SetName()
| proto external void ServerConfig.SetName |
( |
string | value | ) |
|
Changes name set in the config.
◆ SetPassword()
| proto external void ServerConfig.SetPassword |
( |
string | value | ) |
|
Changes password set in the config.
◆ SetPlatforms()
Changes allowed platforms in the server config.
◆ SetPort()
| proto external void ServerConfig.SetPort |
( |
int | value | ) |
|
Changes the limit for max players set in the config.
◆ SetVisible()
| proto external void ServerConfig.SetVisible |
( |
bool | value | ) |
|
Changes the visibility in server browser.
◆ DEFAULT_BATTLEYE
| const bool ServerConfig.DEFAULT_BATTLEYE |
|
static |
◆ DEFAULT_MAX_PLAYERS
| const int ServerConfig.DEFAULT_MAX_PLAYERS |
|
static |
◆ DEFAULT_PLATFORMS
◆ DEFAULT_PORT
| const int ServerConfig.DEFAULT_PORT |
|
static |
◆ DEFAULT_VISIBLE
| const bool ServerConfig.DEFAULT_VISIBLE |
|
static |
◆ MAX_MAX_PLAYERS
| const int ServerConfig.MAX_MAX_PLAYERS |
|
static |
◆ MIN_MAX_PLAYERS
| const int ServerConfig.MIN_MAX_PLAYERS |
|
static |
The documentation for this interface was generated from the following file:
- GameLib/generated/online/server/config/ServerConfig.c