Files
wow-weakauras/Meta/api/SocketContainerItem.lua
2024-11-07 23:12:37 +01:00

6 lines
217 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param container number
---@param slot number
---Opens an item from the player's bags for socketing
function SocketContainerItem(container, slot) end