WoW:API UnitPVPRank: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 28: Line 28:


: Returns the rank as a Number for player.
: Returns the rank as a Number for player.


----
----
{{Template:WoW API}}
{{WoW API}}
[[Category:API Functions|UnitPVPRank]]
[[Category:API Unit Functions|UnitPVPRank]]
[[Category:API Honor Functions|UnitPVPRank]]

Revision as of 05:36, 4 January 2006

UnitPVPRank -Documentation by Chef_de_Loup-

Returns PVP info for the selected target

UnitPVPRank("unit");

Arguments
"unit" : UnitID of the requested Unit like "target","player"....

Returns
Integer rankNumber
rankNumber
Display the rank as a number. Starts at 5(!) not at 1 for first rank. 0 if the unit has no rank.

Example
local rankNumber = UnitPVPRank("player");

Result
5

Description
Returns the rank as a Number for player.



Template:WoW API