WoW:API GetNumGlyphSockets: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(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…')
 
m (Move page script moved page API GetNumGlyphSockets to API GetNumGlyphSockets without leaving a redirect)
 
(No difference)

Latest revision as of 04:46, 15 August 2023

WoW API < GetNumGlyphSockets

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

numGlyphSockets = GetNumGlyphSockets();

Returns[edit]

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

Notes[edit]

  • 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.