WoW:API GetNumTitles: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(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 ...')
 
No edit summary
Line 2: Line 2:
Gets the highest number in the [[TitleId|Title index]].
Gets the highest number in the [[TitleId|Title index]].


The last indexed value (currently 143) returns nil and removes the player's name completely (not available to players).
The last indexed value (currently 147) returns nil and removes the player's name completely (not available to players).
== Arguments ==
== Arguments ==
:none
:none
Line 15: Line 15:


== Details ==
== Details ==
The last indexed value (currently 143) returns nil and removes the player's name completely (not available to players).
The last indexed value (currently 147) returns nil and removes the player's name completely (not available to players).
[[Category:World of Warcraft API]]
[[Category:World of Warcraft API]]

Revision as of 20:05, 19 October 2010

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