WoW:API UnitPVPName: Difference between revisions

m
Move page script moved page API UnitPVPName to WoW:API UnitPVPName without leaving a redirect
mNo edit summary
m (Move page script moved page API UnitPVPName to WoW:API UnitPVPName without leaving a redirect)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Returns Unit's PVP-Rank and Unit's Name as a String
{{wowapi}} __NOTOC__


[[Category:API Functions|UnitPVPName]]
 
[[Category:API Unit Functions|UnitPVPName]]
Returns Unit's PVP rank and Unit's name combined as a String.
[[Category:API Honor Functions|UnitPVPName]]
pvpName = UnitPVPName([[UnitId]])
 
 
== Arguments ==
:; unitId : [[UnitId]] - The unit to get the PVP name for.
 
 
== Returns ==
:; pvpName : String - The unit's combined PVP rank and name. (example: Corporal SomeGuy)
Anonymous user