Skip to main content

[NodeMod Core]

/ / nodemod / TypeDescription

Interface: TypeDescription

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

Field type description for save/restore system

Properties

fieldOffset

fieldOffset: number

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

ACCESSOR_T(..., "fieldOffset", fieldOffset, GETN, SETINT)

fieldSize

fieldSize: number

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

ACCESSOR_T(..., "fieldSize", fieldSize, GETN, SETINT)

flags

flags: number

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

ACCESSOR_T(..., "flags", flags, GETN, SETINT)

fieldType

fieldType: number

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

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

fieldName

fieldName: string

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

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

fieldTypeName

fieldTypeName: string

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

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

isGlobal

isGlobal: boolean

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

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