Skip to content

CreateCVar

Creates a new cvar.

Syntax

  • ConVar@ CreateCVar(const string&in name, CUtlSymbol defValue = "", int flags = 0, const string&in help = "", bool callback = false, bool reset = false)