MatchCombatProtections(talent)
特殊能力が保護戦闘呪文であるかどうかを返します。
int MatchCombatProtections( talent tUse );
Parameters
tUse
調べる特殊能力。
Description
関数に与えられた特殊能力が7つの保護戦闘呪文の中の1つであれば、TRUEを返します。そうでない場合は、FALSEを返します。
Remarks
nw_i0_generic.nssの4939行目にあります。
コアAI関数GetMatchCompatibilityの中においては、与えられたクラスがファイターである場合、GetMatchCompatibility関数がtrueもしくはfalseのいずれを返すべきかを決定するために、MatchCombatProtections関数を呼び出します。
Requirements
#include "nw_i0_generic"
Version
1.28
See Also
functions: | GetMatchCompatibility |
categories: | Core AI Talent Functions |
author: Michael Nork, editor: Lilac Soul, additional contributor(s): Lilac Soul, JP team: katsu794
Send comments on this topic.