GetCreatureHasTalent(talent, object)
クリーチャーが特定の特殊能力を持っているかどうかを決定します。
int GetCreatureHasTalent( talent tTalent, object oCreature = OBJECT_SELF );
Parameters
tTalent
与えられたクリーチャー上で調べられる特殊能力。
oCreature
特殊能力を持っているかどうかを調べるクリーチャー。(デフォルト: OBJECT_SELF)
Description
oCreatureがtTalentを持っていればTRUE、そうでなければFALSEを返します。
Version
1.22
See Also
functions: | GetCreatureTalentBest | GetCreatureTalentRandom | GetIsTalentValid |
categories: | Core AI Talent Functions | Get Data from Creature Functions |
author: Tom Cassiotis
Send comments on this topic.