Struct GffStruct
Gff type Struct ( GffValue[string]
)
Constructors
Name | Description |
this
(children, id)
|
|
this
(other)
|
Copy constructor
|
this
(json)
|
JSON to GffStruct
|
Fields
Name | Type | Description |
id
|
uint | Struct ID
|
Properties
Name | Type | Description |
children [get, set]
|
inout(OrderedAA!(string,nwn.gff.GffValue)) | GffStruct children associative array
|
Methods
Name | Description |
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
|