WoW API: GetNumGlyphSockets

Revision as of 23:50, 27 March 2010 by WoWWiki>Starlightblunder (Created page with '{{wowapi}} Returns the number of glyph sockets the player will have access to at max level. numGlyphSockets = GetNumGlyphSockets(); == Returns == ; numGlyphSockets : Number - N…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WoW API < GetNumGlyphSockets

Returns the number of glyph sockets the player will have access to at max level.

numGlyphSockets = GetNumGlyphSockets();

Returns

numGlyphSockets
Number - Number of glyph sockets the player will have access to at max level.

Notes

  • Sockets have individual level requirements; not every socket may be usable at the character's particular level.
  • Returns the same value as NUM_GLYPH_SLOTS.