GffList

Gff type List ( GffStruct[] )

Constructors

this
this(GffStruct[] children)
this
this(GffList other)

Copy constructor

this
this(nwnlibd.orderedjson.JSONValue json)

JSON to GffList

Alias This

children

Members

Functions

dup
GffList dup()

Duplicate GffList content

toJson
nwnlibd.orderedjson.JSONValue toJson()

GffList to JSON

toPrettyString
string toPrettyString(string tabs)

Converts a GffStruct to a user-friendly string

Variables

children
GffStruct[] children;

GffList children list

Meta