This commit is contained in:
2025-05-08 14:54:44 +02:00
parent 48fc2ed99c
commit 9aae83307e

View File

@@ -1,8 +1,10 @@
---@diagnostic disable: missing-return, lowercase-global ---@diagnostic disable: missing-return, lowercase-global
---@meta ---@meta
---@param set 2 ---@alias set
---@param 1 ---| 1 #Account-wide key bindings
---@param 2 ---| 2 #Character-specific key bindings
---@param set set
---Saves the current set of key bindings ---Saves the current set of key bindings
function SaveBindings(set, 1, 2) end function SaveBindings(set) end