GetCanCastHealingSpells(object)

対象が回復呪文を詠唱できるかそうでないかに基づいてTRUEかFALSEを得ます。

int GetCanCastHealingSpells(
    object oTarget
);

Parameters

oTarget

調べたいobject


Description

GetCreatureTalentBest(TALENT_CATEGORY_BENEFICIAL_HEALING_TOUCH, 20, oTarget)が有効な能力を返した場合、TRUEを返します。



Remarks

nw_i0_plot.nssの130行目で見つかります。


Requirements

#include "nw_i0_plot"

Version

1.22

See Also

categories: Talents/Skills/Feats Functions
constants: TALENT_CATEGORY_* Constants


author: John Shuell, JP team: Rainie
Send comments on this topic.