WoW API: GetGlyphSocketInfo
Jump to navigation
Jump to search
← WoW API < GetGlyphSocketInfo
Return information about a glyph
unlocked, glyphType, glyphID, icon = GetGlyphSocketInfo(SocketID);
Parameters
Arguments
- SocketID
- Numeric - The socket index.
Returns
- unlocked
- Flag - 1 if the glyph is accessible. nil if the socket is locked
- glyphType
- Numeric - 1 for major glyph. 2 for minor glyph
- glyphID
- Numeric - Unique ID. nil if the socket has no glyph
- icon
- String - icon file directory. nil if the socket has no glyph