Struct GffStruct

Gff type Struct ( GffValue[string] )

struct GffStruct ;

Constructors

NameDescription
this (children, id)
this (other) Copy constructor
this (json) JSON to GffStruct

Fields

NameTypeDescription
id uintStruct ID

Properties

NameTypeDescription
children[get, set] inout(OrderedAA!(string,nwn.gff.GffValue))GffStruct children associative array

Methods

NameDescription
dup () Duplicate GffStruct content
opIndexAssign (rhs, label) Automatically encapsulate and add a GFF native type
toJson (structAsList) GffStruct to JSON
toPrettyString (tabs) Converts a GffStruct to a user-friendly string