[NodeMod Core]
/ .. / CVarInfo
Interface: CVarInfo
Defined in: src/native/cvar.ts:1
Console variable (cvar) information
Extends
Properties
description?
optional
description:string
Defined in: src/native/cvar.ts:2
flags
flags:
number
Defined in: types/structures.d.ts:1081
ACCESSOR_T(..., "flags", flags, GETN, SETINT)
Inherited from
value
value:
number
Defined in: types/structures.d.ts:1084
ACCESSOR_T(..., "value", value, GETN, SETFLOAT)
Inherited from
name
name:
string
Defined in: types/structures.d.ts:1087
templ->SetNativeDataProperty("name", ...)
Inherited from
string
string:
string
Defined in: types/structures.d.ts:1090
templ->SetNativeDataProperty("string", ...)
Inherited from
next
next:
null
|Cvar
Defined in: types/structures.d.ts:1093
templ->SetNativeDataProperty("next", ...)