Initial commit
This commit is contained in:
4
api/AcceptSockets.lua
Normal file
4
api/AcceptSockets.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
---@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
|
||||
Reference in New Issue
Block a user