Struct GffStruct

GFF structure value type (string => GffField map)

struct GffStruct ;

Properties

NameTypeDescription
id[get] uintStruct subtype ID

Methods

NameDescription
opApply (dlg) Allows foreach(gffField ; this)
opBinaryRight (label) Allows "value" in this
opIndex (label) Get child GffField
toPrettyString (tabs) Serialize the struct and its children in a human-readable format

Inner structs

NameDescription
NullableField Return type for . Behaves like a pointer.