DecrementRemainingFeatUses(object, int)

Decrements the remaining number of uses of a particular feat for a creature.

void DecrementRemainingFeatUses(
    object oCreature,
    int nFeat
);

Parameters

oCreature

Creature to decrement the remaining feat uses of.

nFeat

FEAT_*


Description

Decrements the remaining uses per day of a particular feat (FEAT_* constant) for the specified oCreature.



Remarks

You must have at least one feat use remaining to be able to decrement it.


Version

1.27

See Also

categories: Talents/Skills/Feats Functions
constants: FEAT_* Constants


 author: Charles Feduke
 Send comments on this topic.