GetHasFeat(int, object)

クリーチャーが特定の特技を使用できるかどうかを調べます。

action GetHasFeat(
    int nFeat,
    object oCreature = OBJECT_SELF
);

Parameters

nFeat

FEAT_*

oCreature

特技を調べるクリーチャー(デフォルト:OBJECT_SELF)


Description

oCreatureがnFeatを持っていて、使用可能かどうかを調べます。特技の最高レベルを調べます。



Version

1.27

See Also

categories: Get Data from Creature Functions | Talents/Skills/Feats Functions
constants: FEAT_* Constants


author: Iskander Merriman, editor: Charles Feduke, JP team: Rainie
Send comments on this topic.