Nuclide
Software Development Kit for id Technology
|
Public Member Functions | |
string | GetString (string serverKey) |
Returns the string value of a server info-key. More... | |
int | GetInteger (string serverKey) |
Returns the integer value of a server info-key. More... | |
float | GetFloat (string serverKey) |
Returns the floating-point value of a server info-key. More... | |
bool | GetBool (string serverKey) |
Returns the boolean value of a server info-key. More... | |
vector | GetVector (string serverKey) |
Returns the vector value of a server info-key. More... | |
void | SetString (string serverKey, string setValue) |
Sets the specified server info-key to a set string value. More... | |
void | SetInteger (string serverKey, int setValue) |
Sets the specified server info-key to a set integer value. More... | |
void | SetBool (string serverKey, bool setValue) |
Sets the specified server info-key to a set boolean value. More... | |
void | SetFloat (string serverKey, float setValue) |
Sets the specified server info-key to a set floating-point value. More... | |
void | SetVector (string serverKey, vector setValue) |
Sets the specified server info-key to a set vector. More... | |