WoW:API GetNumTitles: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m (Move page script moved page API GetNumTitles to API GetNumTitles without leaving a redirect)
 

Latest revision as of 04:46, 15 August 2023

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