NIF Objects | Compound Types | Enum Types | Basic Types | File Versions

AccumFlags

Describes the options for the accum root on NiControllerSequence.

Choices

Number Name Description
0x00000001 ACCUM_X_TRANS X Translation will be accumulated.
0x00000002 ACCUM_Y_TRANS Y Translation will be accumulated.
0x00000004 ACCUM_Z_TRANS Z Translation will be accumulated.
0x00000008 ACCUM_X_ROT X Rotation will be accumulated.
0x00000010 ACCUM_Y_ROT Y Rotation will be accumulated.
0x00000020 ACCUM_Z_ROT Z Rotation will be accumulated.
0x00000040 ACCUM_X_FRONT +X is front facing. (Default)
0x00000080 ACCUM_Y_FRONT +Y is front facing.
0x00000100 ACCUM_Z_FRONT +Z is front facing.
0x00000200 ACCUM_NEG_FRONT -X is front facing.

Storage Type

uint

Found In