Click or drag to resize

TrustPartyMember Class

Trust npc party member
Inheritance Hierarchy
SystemObject
  ff14bot.ObjectsRemoteObject
    ff14bot.ManagersPartyMember
      ff14bot.ManagersTrustPartyMember

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

The TrustPartyMember type exposes the following members.

Properties
  NameDescription
Public propertyBattleCharacter
Casts the party members game object to a BattleCharacter this should have probably been the default for gameobject
(Inherited from PartyMember.)
Public propertyClass
Gets the party members class
(Overrides PartyMemberClass.)
Public propertyCurrentHealth
Gets the party members current health
(Overrides PartyMemberCurrentHealth.)
Public propertyCurrentMana
Gets the party members current mana
(Overrides PartyMemberCurrentMana.)
Public propertyCurrentTP
Gets the party members current tp
(Overrides PartyMemberCurrentTP.)
Public propertyGameObject
Gets the party members GameObject
(Inherited from PartyMember.)
Public propertyIsInObjectManager
Checks if the party member is inside the objectmananger and additional information can be fetched
(Inherited from PartyMember.)
Public propertyIsMe
Checks if the partymember is the player
(Overrides PartyMemberIsMe.)
Public propertyIsPartyLeader
Checks if the party member is the leader
(Overrides PartyMemberIsPartyLeader.)
Public propertyIsValid (Inherited from RemoteObject.)
Public propertyIsXRealm
Checks if the party member is cross realm
(Overrides PartyMemberIsXRealm.)
Public propertyMaxHealth
Gets the party members max health
(Overrides PartyMemberMaxHealth.)
Public propertyMaxMana
Gets the party members max mana
(Overrides PartyMemberMaxMana.)
Public propertyName
Gets the party members name
(Overrides PartyMemberName.)
Public propertyObjectId
Get the objectId of the partymembers world character
(Overrides PartyMemberObjectId.)
Public propertyPartyObjectId
Gets the party members party object id, used to check if the party member is the leader
(Overrides PartyMemberPartyObjectId.)
Public propertyPointer (Inherited from RemoteObject.)
Public propertySyncdLevel
Gets the party members synced job level
(Overrides PartyMemberSyncdLevel.)
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.
(Inherited from PartyMember.)
Public methodUpdatePointer (Inherited from RemoteObject.)
Top
Fields
  NameDescription
Protected fieldindex (Inherited from PartyMember.)
Top
See Also