WoWWiki

This wiki contains inaccurate and out-of-date information. Please head over to https://wowpedia.fandom.com for more accurate and up-to-date game information.

READ MORE

WoWWiki
Advertisement

WoW API < GetNumTitles

Gets the highest number in the Title index.

The last indexed value (currently 147) returns nil and removes the player's name completely (not available to players).

Arguments[]

none

Returns[]

TitleId
Number - The last number in the TitleId index.

Example[]

local i = GetNumTitles()
print(i)

Details[]

The last indexed value (currently 147) returns nil and removes the player's name completely (not available to players).

Advertisement