Wikia

WoWWiki

Watchlist Recent changes

API GetSocketTypes

Main Menue



Returns the type of one of the sockets in the item currently in the item socketing window.

Arguments Edit

Index
Number - The 1-based index of the socket for which to get information.

Returns Edit

SocketType
String - The type of the socket at position Index. The value could be any of these (apparently unlocalized) strings:
"Red" - Red socket
"Yellow" - Yellow socket
"Blue" - Blue socket
"Meta" - Meta socket
"Socket" - Prismatic socket

Example Edit

local SocketCount = GetNumSockets()
for i = 1, SocketCount do
  print(GetSocketInfo(i))
end

Details Edit

This function is only useful if the item socketing window is currently visible.

Pages on WoWWiki

95,750pages on
this wiki
Advertisement | Your ad here

Latest Photos

Add a Photo
58,025photos on this wiki
See more >

Recent Wiki Activity

See more >

Recent Questions

Around Wikia's network

Random Wiki