Files
wow_Meta/api/SpellStopTargeting.lua
2024-12-16 13:13:08 +01:00

4 lines
374 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