1
0
EQ2Emu/docs/lua_functions/CancelSpell.md
2025-05-28 21:48:33 -04:00

220 B

Function: CancelSpell()

Description: Cancels the current spell in the script being ran.

Parameters: None.

Returns: None.

Example:

-- Example usage (Inside a Spell Script)
CancelSpell()