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

8 lines
434 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param action number
---@param spell number
---Sets a multi-cast action slot to a given spell. This function is used to set up the multi-cast action slots, such as the totem bar that was introduced with WoW 3.2. The player is able to customize three different sets of totems that can then be cast with a single click.
function SetMultiCastSpell(action, spell) end