Files
wow_Meta/api/SocketContainerItem.lua
2025-05-04 14:35:26 +02:00

7 lines
211 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