Skip to main content

[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

Cvar.flags

value

value: number

Defined in: types/structures.d.ts:1084

ACCESSOR_T(..., "value", value, GETN, SETFLOAT)

Inherited from

Cvar.value

name

name: string

Defined in: types/structures.d.ts:1087

templ->SetNativeDataProperty("name", ...)

Inherited from

Cvar.name

string

string: string

Defined in: types/structures.d.ts:1090

templ->SetNativeDataProperty("string", ...)

Inherited from

Cvar.string

next

next: null | Cvar

Defined in: types/structures.d.ts:1093

templ->SetNativeDataProperty("next", ...)

Inherited from

Cvar.next