WoW:API GuildControlGetRankName: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Initial documentation)
 
Line 16: Line 16:
== Details ==
== Details ==


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

Revision as of 15:20, 9 October 2007

WoW API < GuildControlGetRankName

GuildControlGetRankName(index);

Returns the name of the rank at that index.

Parameters

Arguments

index
Number - the rank index

Returns

rankName
String - the name of the rank at index.

Details

index must be between 1 and GuildControlGetNumRanks().