SAVING_THROW_* Constant Group

From NWN Lexicon
Jump to navigationJump to search

Core saving throws. Used in some item properties, effects and custom Bioware spell functions.

Constants

Constant Value Description
SAVING_THROW_ALL 0
All saving throws (Fortitude, Reflex, Will).
SAVING_THROW_FORT 1
Fortitude saving throw.
SAVING_THROW_REFLEX 2
Reflex saving throw.
SAVING_THROW_WILL 3
Will saving throw.


See Also

functions: 

MySavingThrow