GetIdFromTalent(talent)

タレントの識別IDを得ます。

int GetIdFromTalent(
    talent tTalent
);

Parameters

tTalent

識別IDを得るタレント


Description

SPELL_*、FEAT_*またはSKILL_*から、tTalentの識別IDを返します。



Remarks

クリーチャーのgeneric AIの記述に、GetCreatureTalentBestのような関数があるとき、状況に応じて使用されたタレントを帰しますが、関数の殆どは使用するときに識別IDを必要とします。この関数は「タレント」からそれらのIDに変換します。


Version

1.22

See Also

functions: GetCreatureTalentBest | GetCreatureTalentRandom | GetTypeFromTalent | TalentAdvancedProtectSelf | TalentBuffSelf
categories: Talents/Skills/Feats Functions
constants: SPELL_* Constants


author: Tom Cassiotis, JP team: Rainie
Send comments on this topic.