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

7 lines
563 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param slot number
---Puts the contents of the cursor into an action bar slot. If the action slot is empty and the cursor already holds an action, a spell, a companion (mount or non-combat pet), a macro, an equipment set, or an item (with a "Use:" effect), it is put into the action slot. If both the cursor and the slot hold an action (or any of the above data types), the contents of the cursor and the slot are exchanged. Does nothing if the cursor is empty.
function PlaceAction(slot) end