GetHasFeat(int, object)

Test whether a creature is able to perform a feat.

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

Parameters

nFeat

FEAT_*

oCreature

Creature to check for feat. (Default: OBJECT_SELF)


Description

Determine whether oCreature has nFeat, and nFeat is useable. Checks the highest level of a feat.



Version

1.27

See Also

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


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