WoW API: GetNumTitles

Revision as of 04:46, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API GetNumTitles to API GetNumTitles without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

ArgumentsEdit

none

ReturnsEdit

TitleId
Number - The last number in the TitleId index.

ExampleEdit

local i = GetNumTitles()
print(i)

DetailsEdit

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