12 lines
189 B
Markdown
12 lines
189 B
Markdown
Function: CancelSpell()
|
|
|
|
Description: Cancels the current spell in the script being ran.
|
|
|
|
Parameters: None.
|
|
|
|
Returns: None.
|
|
|
|
Example:
|
|
|
|
-- Example usage (Inside a Spell Script)
|
|
CancelSpell() |