api/core/modules/Party

plugin:GetNumAlive()

Get the number of player currently alive in the party.

Return value

The number of alive people.


plugin:GetSize()

Get the current size of the party.

Return value

Current party size.


plugin:GetType()

Get the current party type

Return value

Current party type (raid, party, battleground)


plugin:InParty(name)

Check if player is in current party by name

Parameters

name
string Name of the player to check for

Return value

True if the player is in the party, else nil.


plugin:Iterator()

Get an interator for the current party

Return value

An iterator to iterate over the current party.



Comments

Posts Quoted:
Reply
Clear All Quotes