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 ...')
 
m (Move page script moved page API GetNumTitles to API GetNumTitles without leaving a redirect)
 
(One intermediate revision by one other user not shown)
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]]

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