MatchSpellProtections(talent)

特殊能力が保護呪文であるかどうかを返します。

int MatchSpellProtections(
    talent tUse
);

Parameters

tUse

調べる特殊能力。


Description

関数に与えられた特殊能力が11個の保護呪文の中の1つであれば、TRUEを返します。

そうでない場合は、FALSEを返します。



Remarks

nw_i0_generic.nssの4956行目にあります。

コアAI関数GetMatchCompatibilityの中においては、与えられたクラスがメイジである場合、GetMatchCompatibility関数がtrueもしくはfalseのいずれを返すべきかを決定するために、MatchSpellProtections関数を呼び出します。


Requirements

#include "nw_i0_generic"

Version

1.28

See Also

functions: GetMatchCompatibility
categories: Core AI Talent Functions


author: Lilac Soul, additional contributor(s): Lilac Soul, JP team: katsu794
Send comments on this topic.