Sets the value of a configuration variable
See also CVar functions.
Signature:
SetCVar("cvar", value [, "raiseEvent"])
Arguments:
cvar- Name of the CVar to set (string)value- New value for the CVar (any)raiseEvent- If true, causes theCVAR_UPDATEevent to fire (string)