CanCreatureBeDestroyed(object)
From NWN Lexicon
Returns TRUE if the target creature is allowed to die.
int CanCreatureBeDestroyed( object oTarget );
Contents |
[edit] Parameters
- oTarget
- The object whose flags you wish to check.
[edit] Description
Returns TRUE if oTarget's plot and immortal flags are both off (FALSE).
Returns FALSE if either of oTarget's plot or immortal flags are set (TRUE).
[edit] Requirements
#include "x0_i0_spells"
[edit] Version
???
[edit] See Also
functions: | GetPlotFlag |
author: Mistress