[NodeMod Core]
/ / nodemod / Cvar
Interface: Cvar
Defined in: types/structures.d.ts:1079
Console variable (cvar) information
Extended by
Properties
flags
flags:
number
Defined in: types/structures.d.ts:1081
ACCESSOR_T(..., "flags", flags, GETN, SETINT)
value
value:
number
Defined in: types/structures.d.ts:1084
ACCESSOR_T(..., "value", value, GETN, SETFLOAT)
name
name:
string
Defined in: types/structures.d.ts:1087
templ->SetNativeDataProperty("name", ...)
string
string:
string
Defined in: types/structures.d.ts:1090
templ->SetNativeDataProperty("string", ...)
next
next:
null
|Cvar
Defined in: types/structures.d.ts:1093
templ->SetNativeDataProperty("next", ...)