Nuclide
Software Development Kit for id Technology

Public Member Functions

string GetString (string cvarName)
 Returns the string value of a console variable. More...
 
int GetInteger (string cvarName)
 Returns the integer value of a console variable. More...
 
float GetFloat (string cvarName)
 Returns the floating-point value of a console variable. More...
 
bool GetBool (string cvarName)
 Returns the boolean value of a console variable. More...
 
vector GetVector (string cvarName)
 Returns the vector value of a console variable. More...
 
void SetString (string cvarName, string setValue)
 Sets the specified console variable to a set string value. More...
 
void SetInteger (string cvarName, int setValue)
 Sets the specified console variable to a set integer value. More...
 
void SetBool (string cvarName, bool setValue)
 Sets the specified console variable to a set boolean value. More...
 
void SetFloat (string cvarName, float setValue)
 Sets the specified console variable to a set floating-point value. More...
 
void SetVector (string cvarName, vector setValue)
 Sets the specified console variable to a set vector. More...
 

The documentation for this struct was generated from the following file: