nwn-lib-d ~master (2021-09-04T14:13:39Z)
Dub
Repo
GffStruct.NullableField
nwn
fastgff
GffStruct
Return type for
"key" in gffStruct
. Behaves like a pointer.
struct
GffStruct
static
struct
NullableField {
bool
isNull
;
GffField
value
;
bool
opCast
();
GffField
opUnary
();
}
Alias This
value
Members
Functions
opCast
bool
opCast
()
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
GffField
opUnary
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
isNull
bool
isNull
;
Undocumented in source.
value
GffField
value
;
Undocumented in source.
Meta
Source
See Implementation
nwn
fastgff
GffStruct
constructors
this
functions
opApply
opBinaryRight
opIndex
toPrettyString
properties
id
structs
NullableField
Return type for "key" in gffStruct. Behaves like a pointer.