Files | |
file | nwnx_consts.nss |
Functions | |
int | NWNX_Consts_TranslateNWScriptAnimation (int nAnimation) |
Translates ANIMATION_LOOPING_* and ANIMATION_FIREFORGET_* constants to their engine equivalent. More... | |
int | NWNX_Consts_TranslateEngineAnimation (int nAnimation) |
Translates engine animation constants to their ANIMATION_LOOPING_* and ANIMATION_FIREFORGET_* equivalent. More... | |
int | NWNX_Consts_TranslateNWScriptObjectType (int nObjectType) |
Translates OBJECT_TYPE_* constants to their engine equivalent. More... | |
int NWNX_Consts_TranslateNWScriptAnimation | ( | int | nAnimation | ) |
Translates ANIMATION_LOOPING_* and ANIMATION_FIREFORGET_* constants to their engine equivalent.
nAnimation | The nwn animation constant |
Definition at line 23 of file nwnx_consts.nss.
int NWNX_Consts_TranslateEngineAnimation | ( | int | nAnimation | ) |
Translates engine animation constants to their ANIMATION_LOOPING_* and ANIMATION_FIREFORGET_* equivalent.
nAnimation | The engine animation constant |
Definition at line 93 of file nwnx_consts.nss.
int NWNX_Consts_TranslateNWScriptObjectType | ( | int | nObjectType | ) |
Translates OBJECT_TYPE_* constants to their engine equivalent.
nObjectType | The nwn object type |
Definition at line 163 of file nwnx_consts.nss.