Neverlose
  • List of all methods
  • Methods
    • CGlobalVarsBase
    • CUserCmd
    • C_BaseEntity
    • C_BasePlayer
    • Cheat
    • CheatVar
    • CheatVars
    • Color
    • ConVar
    • Config
    • Globals
    • ICvar
    • IEngineClient
    • IEntityList
    • IGameEvent
    • IMaterial
    • IMaterialSystem
    • INetChannelInfo
    • IRender
    • Panorama
    • QAngle
    • Utils
    • Vector
    • Vector2
    • trace_t
Powered by GitBook
On this page
  • string GetString();
  • int GetInt();
  • float GetFloat();
  • void SetInt(int nValue);
  • void SetString(string value);
  • void SetFloat(float fNewValue);
  1. Methods

ConVar

ConVar -- Console Variable can be controlled with in-game Source Engine console

string GetString();

Return ConVar value as a string, return "" for bogus string pointer, etc.

int GetInt();

Return ConVar value as an int

float GetFloat();

Return ConVar value as an float

void SetInt(int nValue);

Set ConVar value as an int

void SetString(string value);

Set ConVar value as an string

void SetFloat(float fNewValue);

Set ConVar value as an float

PreviousColorNextConfig

Last updated 5 years ago