Click or drag to resize

PartyManager Class

Stores all the information about party members
Inheritance Hierarchy
SystemObject
  ff14bot.ManagersPartyManager

Namespace:  ff14bot.Managers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static class PartyManager

The PartyManager type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAllMembers
Returns list of all party members regardless if they are in the objectmanager. PartyMember.GameObject may be null!
Public propertyStatic memberCrossRealm
Checks if the player is currently in a cross realm party
Public propertyStatic memberIsInParty
Checks if the player is currently in a party
Public propertyStatic memberIsPartyLeader
Checks if the player is the party leader
Public propertyStatic memberNumMembers
Get the current number of players in the party
Public propertyStatic memberPartyId
Gets the partys id
Public propertyStatic memberPartyLeader
Gets the party leader for the current party
Public propertyStatic memberRawMembers
Raw list of current party members, never cached
Public propertyStatic memberVisibleMembers
Returns list of party member objects that are visible in the objectmanager.
Top
Methods
  NameDescription
Public methodStatic memberPulse
Pulses the partymanager
Top
See Also