Struct GffStruct
GFF structure value type (string => GffField map)
struct GffStruct
;
Properties
| Name | Type | Description |
|---|---|---|
id[get]
|
uint | Struct subtype ID |
Methods
| Name | Description |
|---|---|
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
| Name | Description |
|---|---|
NullableField
|
Return type for . Behaves like a pointer.
|