diff --git a/Dalamud/Game/ClientState/Objects/Types/Character.cs b/Dalamud/Game/ClientState/Objects/Types/Character.cs index 093da7ebd..4186fd762 100644 --- a/Dalamud/Game/ClientState/Objects/Types/Character.cs +++ b/Dalamud/Game/ClientState/Objects/Types/Character.cs @@ -99,6 +99,11 @@ public unsafe class Character : GameObject /// public ExcelResolver OnlineStatus => new(this.Struct->OnlineStatus); + /// + /// Gets a value indicating whether the character is dead or alive. + /// + public bool IsDead => this.Struct->EventState == 2; + /// /// Gets the status flags. ///