CheatVar
bool GetBool();
float GetFloat();
int GetInt();
void SetBool(bool value);
void SetInt(int value);
void SetFloat( float value);
Last updated