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

8 lines
261 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param set 2
---@param 0
---@param 1
---@param 2
---Loads a set of key bindings. The UPDATE_BINDINGS event fires when the new bindings have taken effect.
function LoadBindings(set, 0, 1, 2) end