Skip to main content

EffectKill

Description

Stops effect using its handle. This will immediately end the effect if it is still running.

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

Parameters

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

Return Values

None.

Example

None.