GetCanCastHealingSpells

From NWN Lexicon



Contents

[edit] GetCanCastHealingSpells(object)

Gets a TRUE or FALSE depending on if the target can cast Healing spells or not.

int GetCanCastHealingSpells(
    object oTarget
);

[edit] Parameters

oTarget

The object you want to examine.


[edit] Description

Returns TRUE if GetCreatureTalentBest(TALENT_CATEGORY_BENEFICIAL_HEALING_TOUCH, 20, oTarget) returns a Valid Talent.



[edit] Remarks

Function found in nw_i0_plot.nss on line 130.


[edit] Requirements

#include " nw_i0_plot "

[edit] Version

1.22

[edit] See Also

constants: 

TALENT_CATEGORY_* Constants



 author: John Shuell
 

Personal tools
Categories