PartyManager Class |
Namespace: ff14bot.Managers
public static class PartyManager
The PartyManager type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | AllMembers |
Returns list of all party members regardless if they are in the objectmanager. PartyMember.GameObject may be null!
|
![]() ![]() | CrossRealm |
Checks if the player is currently in a cross realm party
|
![]() ![]() | IsInParty |
Checks if the player is currently in a party
|
![]() ![]() | IsPartyLeader |
Checks if the player is the party leader
|
![]() ![]() | NumMembers |
Get the current number of players in the party
|
![]() ![]() | PartyId |
Gets the partys id
|
![]() ![]() | PartyLeader |
Gets the party leader for the current party
|
![]() ![]() | RawMembers |
Raw list of current party members, never cached
|
![]() ![]() | VisibleMembers |
Returns list of party member objects that are visible in the objectmanager.
|