14 lines
220 B
Markdown
14 lines
220 B
Markdown
### Function: CancelSpell()
|
|
|
|
**Description:** Cancels the current spell in the script being ran.
|
|
|
|
**Parameters:** None.
|
|
|
|
**Returns:** None.
|
|
|
|
**Example:**
|
|
|
|
```lua
|
|
-- Example usage (Inside a Spell Script)
|
|
CancelSpell()
|
|
``` |