|
| override uint | ObjectId [get] |
| override ClassJobType | Class [get] |
| override uint | CurrentHealth [get] |
| override uint | MaxHealth [get] |
| override uint | CurrentMana [get] |
| override uint | MaxMana [get] |
| override uint | CurrentTP [get] |
| override bool | IsMe [get] |
| override ulong | PartyObjectId [get] |
| override string | Name [get] |
| override uint | SyncdLevel [get] |
| override bool | IsXRealm [get] |
| override bool | IsPartyLeader [get] |
| override bool | IsValid [get] |
| GameObject | GameObject [get] |
| | Gets the party members GameObject.
|
| bool | IsInObjectManager [get] |
| | Checks if the party member is inside the objectmananger and additional information can be fetched.
|
| BattleCharacter | BattleCharacter [get] |
| | Casts the party members game object to a ff14bot.Objects.BattleCharacter this should have probably been the default for gameobject.
|
| uint | ObjectId [get] |
| | Get the objectId of the partymembers world character.
|
| ClassJobType | Class [get] |
| | Gets the party members class.
|
| uint | SyncdLevel [get] |
| | Gets the party members synced job level.
|
| uint | CurrentHealth [get] |
| | Gets the party members current health.
|
| uint | MaxHealth [get] |
| | Gets the party members max health.
|
| uint | CurrentMana [get] |
| | Gets the party members current mana.
|
| uint | MaxMana [get] |
| | Gets the party members max mana.
|
| uint | CurrentTP [get] |
| | Gets the party members current tp.
|
| string | Name [get] |
| | Gets the party members name.
|
| bool | IsPartyLeader [get] |
| | Checks if the party member is the leader.
|
| ulong | PartyObjectId [get] |
| | Gets the party members party object id, used to check if the party member is the leader.
|
| bool | IsMe [get] |
| | Checks if the partymember is the player.
|
| bool | IsXRealm [get] |
| | Checks if the party member is cross realm.
|
| virtual bool | IsValid [get] |
| | Indicates whether the instance is valid and points to a valid reference or object.
|
| IntPtr | VTable [get] |
| | Gets the virtual function table (VTable) pointer for the remote object.
|
| IntPtr | Pointer [get, set] |
| | Gets or sets the memory pointer for the associated object or entity.
|
Party member object used when inside a cross-realm party.