RemoveEffectOfType

From NWN Lexicon



Contents

[edit] RemoveEffectOfType(object, int)

Remove an effect of the given type.

void RemoveEffectOfType(
    object oTarget,
    int nEffectType
);

[edit] Parameters

oTarget

Object to remove the effect from.

nEffectType

The effect to be removed.


[edit] Description

Removes an effect of the given type (nEffectType) from the supplied object (oTarget).



[edit] Requirements

#include " x0_i0_petrify "

[edit] Version

1.61

[edit] See Also

functions: 

RemoveEffect



 author: Grimlar
 

Personal tools
Categories