WoW:API PromoteToPartyLeader: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Move page script moved page API PromoteToPartyLeader to API PromoteToPartyLeader without leaving a redirect) |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{API | {{wowapi}} __NOTOC__ | ||
{{removedapi|?|It was replaced by [[API PromoteToLeader|PromoteToLeader]]}} | |||
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 |
Latest revision as of 04:47, 15 August 2023
← 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[edit]
- unitId
- UnitId - The unit to promote
Returns[edit]
- nil