WoW API: GetNumTitles

Revision as of 20:22, 8 May 2009 by WoWWiki>Xestrix (Created page with 'Gets the highest number in the Title index. As of 3.1.1 this returns a value of 132. == Arguments == :none == Returns == :TitleId ::Number - The last number in ...')
(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 143) 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 143) returns nil and removes the player's name completely (not available to players).