Template:NifSE NiExtraData Array Type List
Jump to navigation
Jump to search
This is a list of the possible types of NiExtraData nodes that contain arrays. Used by NifSE's NiExtraDataGetArray and NiExtraDataSetArray.
Array NiExtraData Types
The following NiExtraData have array data.
- NiBinaryExtraData - an array of shorts
- NiColorExtraData - a StringMap with the following format:
map["r"]:float - Red intensity map["g"]:float - Green intensity map["b"]:float - Blue intensity map["a"]:float - Alpha value
- NiFloatsExtraData - an array of floats
- NiIntegersExtraData - an array of integers
- NiStringsExtraData - an array of strings
- NiVectorExtraData - a vector of floats with length 3, corresponding to x, y, and z.