RemoveEffectOfType(object, int)
Remove an effect of the given type.
void RemoveEffectOfType( object oTarget, int nEffectType );
Parameters
oTarget
Object to remove the effect from.
nEffectType
The effect to be removed.
Description
Removes an effect of the given type (nEffectType) from the supplied object (oTarget).
Requirements
#include "x0_i0_petrify"
Version
1.61
See Also
functions: | RemoveEffect |
categories: | Effects Functions |
author: Grimlar