Skip to content

CVar

Fields

This class has no fields.


Functions

FindVar

Name Type Description
name string ConVar name

Return value

Name Type Description
value ConVar* ConVar pointer
local cheats = CVar.FindVar("sv_cheats")

local cl_fullupdate = CVar.FindVar("cl_fullupdate")
cl_fullupdate:Dispatch()

ConMsg

Name Type Description
msg string Message text
CVar.ConMsg("Hello world!")

ConColorMsg

Name Type Description
msg string Message text
CVar.ConColorMsg(Color.new(1.0, 0.0, 0.0, 1.0), "Hello world!")