|
Rebornbuddy
|
Base class inherited by the different party member types. More...
Public Member Functions | |
| override string | ToString () |
| Public Member Functions inherited from ff14bot.Objects.RemoteObject | |
| void | UpdatePointer (IntPtr newptr) |
| Updates the pointer to a new value and triggers any necessary update mechanisms. | |
Protected Member Functions | |
| PartyMember (IntPtr pointer, int idx) | |
| Protected Member Functions inherited from ff14bot.Objects.RemoteObject | |
| RemoteObject (IntPtr pointer) | |
| Represents the base class for objects that manage pointers to external memory in the game or application. | |
| virtual void | OnUpdatePointer (IntPtr ptr) |
| Invoked when the pointer to external memory is updated. | |
Properties | |
| 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. | |
| Properties inherited from ff14bot.Objects.RemoteObject | |
| 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. | |
Base class inherited by the different party member types.
|
protected |
| override string ff14bot.Managers.PartyMember.ToString | ( | ) |
|
get |
Casts the party members game object to a ff14bot.Objects.BattleCharacter this should have probably been the default for gameobject.
|
getabstract |
Gets the party members class.
|
getabstract |
Gets the party members current health.
|
getabstract |
Gets the party members current mana.
|
getabstract |
Gets the party members current tp.
|
get |
Gets the party members GameObject.
|
get |
Checks if the party member is inside the objectmananger and additional information can be fetched.
|
getabstract |
Checks if the partymember is the player.
|
getabstract |
Checks if the party member is the leader.
|
getabstract |
Checks if the party member is cross realm.
|
getabstract |
Gets the party members max health.
|
getabstract |
Gets the party members max mana.
|
getabstract |
Gets the party members name.
|
getabstract |
Get the objectId of the partymembers world character.
|
getabstract |
Gets the party members party object id, used to check if the party member is the leader.
|
getabstract |
Gets the party members synced job level.