WoW:API PromoteToPartyLeader: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(Updated to match the current API boilerplate and noted it was removed.) |
||
Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} __NOTOC__ | ||
{{ | {{removedapi|?|It was replaced by [[API PromoteToLeader|PromoteToLeader]]}} | ||
PromoteToPartyLeader("[[ | |||
Promotes a unit in your party to party leader if you are currently the party leader. | |||
PromoteToPartyLeader("[[UnitId|unitID]]") | |||
== Arguments == | |||
:; unitId : [[UnitId]] - The unit to promote | |||
== Returns == | |||
:nil |
Revision as of 15:31, 27 June 2007
← WoW API < PromoteToPartyLeader
This is no longer a part of the World of Warcraft API.
|
Promotes a unit in your party to party leader if you are currently the party leader.
PromoteToPartyLeader("unitID")
Arguments
- unitId
- UnitId - The unit to promote
Returns
- nil