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

8 lines
610 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param owner table
---@param isPriority boolean
---@param key string
---@param spellname string
---Set an override binding to a specific spell. Override bindings are temporary. The bound key will revert to its normal setting once the override is removed. Priority overrides work the same way but will revert to the previous override binding (if present) rather than the base binding for the key. See ClearOverrideBindings() to remove bindings associated with a given owner.
function SetOverrideBindingSpell(owner, isPriority, key, spellname) end