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

4 lines
383 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---Accepts changes made in the Item Socketing UI. Any gems added are permanently socketed into the item, and any existing gems replaced by new gems are destroyed. This function only has effect while the Item Socketing UI is open (i.e. between the SOCKET_INFO_UPDATE and SOCKET_INFO_CLOSE events).
function AcceptSockets() end