WoW:API GetPartyLeaderIndex: Difference between revisions
Jump to navigation
Jump to search
GetPartyLeaderIndex -Documentation by Mikk-
m (Robot: converting/fixing HTML) |
No edit summary |
||
Line 19: | Line 19: | ||
:;partyLeaderIndex : The index of the current party leader (1-4). | :;partyLeaderIndex : The index of the current party leader (1-4). | ||
:: Returns 0 if you are not in a party. | |||
;''Cases not yet tested'' | ;''Cases not yet tested'' | ||
:- If you yourself is the party leader (suspect nil) | :- If you yourself is the party leader (suspect nil) | ||
Revision as of 06:32, 5 May 2007
← WoW API < GetPartyLeaderIndex
Returns the index of the current party leader (1-4).
partyLeaderIndex = GetPartyLeaderIndex();
Note: Party members 1-4 does not include yourself. Use IsPartyLeader() to test if you yourself is the party leader.
- Arguments
- None
- Returns
- (Number partyLeaderIndex)
- partyLeaderIndex
- The index of the current party leader (1-4).
- Returns 0 if you are not in a party.
- Cases not yet tested
- - If you yourself is the party leader (suspect nil)
- Description
- Returns the index of the current party leader (1-4). If the leader is in another party in a raid group, the function returns 0 (not nil).
- See Also