RemoveNthTempEffect

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Dispels and removes the Nth temporary effect-entry from the calling actor. GetTempEffects should be called before calling this function, and on the same frame, in order to determine the index of the effect-entry to be removed.

Syntax

[help]
(success:0/1) reference.RemoveNthTempEffect index:int

Example

actorRef.RemoveNthTempEffect 2 

See Also