nwn-lib-d ~master (2021-09-04T14:13:39Z)
Dub
Repo
NWItemproperty
nwn
types
itemproperty
struct
NWItemproperty {
uint16_t
type
;
uint16_t
subType
;
uint16_t
costValue
;
uint8_t
p1
;
string
toString
();
}
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
costValue
uint16_t
costValue
;
Undocumented in source.
p1
uint8_t
p1
;
Undocumented in source.
subType
uint16_t
subType
;
Undocumented in source.
type
uint16_t
type
;
Undocumented in source.
Meta
Source
See Implementation
nwn
types
aliases
NWFloat
NWInt
NWObject
NWString
structs
NWItemproperty
NWLocation
NWVector
templates
NWInitValue
itemproperty