WoW API: GetNumTitles

From AddOn Studio
Jump to navigation Jump to search

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[edit]

none

Returns[edit]

TitleId
Number - The last number in the TitleId index.

Example[edit]

local i = GetNumTitles()
print(i)

Details[edit]

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