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

6 lines
212 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