TalentUseEnhancementOnSelf()

ある特殊能力の使用の成功時にTRUEを返し、そうでない場合はFALSEを返します。

int TalentUseEnhancementOnSelf();

Description

使用する特殊能力を決定するためにGetCreatureTalentBest関数を呼び出し、そして、TryTalent関数によって返される値を返します。



Remarks

この関数はBiowareのAI関数の一部であり、SoUなしの場合はnw_i0_genericの中にあり、SoUにおいてはx0_i0_talentの中にあります。

しかしながら、SoUにおいてはnw_i0_genericをインクルードするだけで十分でしょう。


Requirements

#include "nw_i0_generic"

Version

1.30

See Also

functions: TalentAdvancedProtectSelf | TalentBuffSelf
categories: Core AI Talent Functions


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