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