Click or drag to resize

PartyMember Class

Base class inherited by the different party member types
Inheritance Hierarchy

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

The PartyMember type exposes the following members.

Constructors
  NameDescription
Protected methodPartyMember
Top
Properties
  NameDescription
Public propertyBattleCharacter
Casts the party members game object to a BattleCharacter this should have probably been the default for gameobject
Public propertyClass
Gets the party members class
Public propertyCurrentHealth
Gets the party members current health
Public propertyCurrentMana
Gets the party members current mana
Public propertyCurrentTP
Gets the party members current tp
Public propertyGameObject
Gets the party members GameObject
Public propertyIsInObjectManager
Checks if the party member is inside the objectmananger and additional information can be fetched
Public propertyIsMe
Checks if the partymember is the player
Public propertyIsPartyLeader
Checks if the party member is the leader
Public propertyIsValid (Inherited from RemoteObject.)
Public propertyIsXRealm
Checks if the party member is cross realm
Public propertyMaxHealth
Gets the party members max health
Public propertyMaxMana
Gets the party members max mana
Public propertyName
Gets the party members name
Public propertyObjectId
Get the objectId of the partymembers world character
Public propertyPartyObjectId
Gets the party members party object id, used to check if the party member is the leader
Public propertyPointer (Inherited from RemoteObject.)
Public propertySyncdLevel
Gets the party members synced job level
Public propertyVTable (Inherited from RemoteObject.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnUpdatePointer (Inherited from RemoteObject.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Public methodUpdatePointer (Inherited from RemoteObject.)
Top
Fields
  NameDescription
Protected fieldindex
Top
See Also