→Details
(Created page with '{{wowapi}} __NOTOC__ One line summary description of function. == Arguments == TitleId : Number - Index of the title you want to set. == Returns == nil == Example == Se...') |
|||
| Line 16: | Line 16: | ||
== Details == | == Details == | ||
*The last indexed value (currently | *The last indexed value (currently 137) returns nil and removes the player's name completely (not available to players). | ||
*Title index -1 will clear titles from the player's name. (Option "None" from the Character frame's title dropdown menu.) | *Title index -1 will clear titles from the player's name. (Option "None" from the Character frame's title dropdown menu.) | ||
*[[API GetTitleName|GetTitleName]] can be used to find the name associated with the [[TitleId]]. | *[[API GetTitleName|GetTitleName]] can be used to find the name associated with the [[TitleId]]. | ||