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

9 lines
270 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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