WoW:API GuildControlGetRankName: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Initial documentation)
 
m (Move page script moved page API GuildControlGetRankName to API GuildControlGetRankName without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 16: Line 16:
== Details ==
== Details ==


index muse be between 1 and [[API GuildControlGetNumRanks|GuildControlGetNumRanks]]().
index must be between 1 and [[API GuildControlGetNumRanks|GuildControlGetNumRanks]]().

Latest revision as of 04:46, 15 August 2023

WoW API < GuildControlGetRankName

GuildControlGetRankName(index);

Returns the name of the rank at that index.

Parameters[edit]

Arguments[edit]

index
Number - the rank index

Returns[edit]

rankName
String - the name of the rank at index.

Details[edit]

index must be between 1 and GuildControlGetNumRanks().