Skip to content

Effect.Reset ​

Source Code | Usage Examples | Effect Functions

Reset an effect (Effect e) and makes it collectible by the garbage collector. Even if the effect seems to be usable it SHOULD NOT be used in other places after calling this function.

Signature ​

Effect.Reset(Effect e) → nil

lua
e:Reset()

Parameters ​


under-construction