5 lines
375 B
Lua
5 lines
375 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---Cancels the spell currently awaiting a target. When auto-self cast is not enabled and the player casts a spell that requires a target, the cursor changes to a glowing hand so the user can select a target. This function cancels targeting mode so the player can cast another spell.
|
|
function SpellStopTargeting() end
|