Skip to main content

EffectIsRunning

Description

Returns whether a given effect is still active.

function EffectIsRunning(effect) --[[ ... ]] end

Parameters

  • effect: integer - The handle of the effect to check.

Return Values

None.

Example

None.