Files
wow_Meta/api/SpellStopTargeting.lua
2025-05-04 15:15:00 +02:00

6 lines
384 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---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