mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Merge pull request #1033 from SheepGoMeh/dead-check
Add IsDead boolean property to Character
This commit is contained in:
commit
a4783154b7
1 changed files with 5 additions and 0 deletions
|
|
@ -134,6 +134,11 @@ public unsafe partial class GameObject
|
|||
/// </summary>
|
||||
public byte YalmDistanceZ => this.Struct->YalmDistanceFromPlayerZ;
|
||||
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether the object is dead or alive.
|
||||
/// </summary>
|
||||
public bool IsDead => this.Struct->IsDead();
|
||||
|
||||
/// <summary>
|
||||
/// Gets the position of this <see cref="GameObject" />.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue