TalentSpellAttack(object)

呪文攻撃のタレントが成功した場合TRUEを、そうでなければFALSEを返します。

int TalentSpellAttack(
    object oIntruder
);

Parameters

oIntruder


Description

呪文攻撃のタレントが成功した場合TRUEを、そうでなければFALSEを返します。



Remarks

BiowareのデフォルトAIの一部です。非SoU環境ではこの関数はnw_i0_genericに入っています。SoU環境では、x0_i0_talentに入っています。SoUユーザーであっても、nw_i0_genericをIncludeをしても同様に動作します。


Requirements

#include "nw_i0_generic"

Version

1.30

See Also

functions: TalentMeleeAttack | TalentMeleeAttacked | TalentRangedAttackers | TalentRangedEnemies
categories: Talents/Skills/Feats Functions
events: OnSpellCastAt Event


author: Lilac Soul, JP team: Rainie
Send comments on this topic.