WoW:API PromoteToLeader: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Reformatted and updated the information.)
m (Move page script moved page API PromoteToLeader to API PromoteToLeader without leaving a redirect)
 
(4 intermediate revisions by 3 users not shown)
Line 12: Line 12:
== Returns ==
== Returns ==
:nil
:nil
== Example Code ==
:If you have a character named "Character", to promote him to leader you can type in-game:
::/script PromoteToLeader("Character");

Latest revision as of 04:47, 15 August 2023

WoW API < PromoteToLeader


Promotes a unit to party leader.

PromoteToLeader(unitId or playerName)


Arguments[edit]

unitId
UnitId - The unit to promote.
playername
PlayerName - The full name of the player to promote.

Returns[edit]

nil

Example Code[edit]

If you have a character named "Character", to promote him to leader you can type in-game:
/script PromoteToLeader("Character");