diff --git a/Dalamud/Game/ClientState/Objects/Types/GameObject.cs b/Dalamud/Game/ClientState/Objects/Types/GameObject.cs index 62b69dcec..292430b27 100644 --- a/Dalamud/Game/ClientState/Objects/Types/GameObject.cs +++ b/Dalamud/Game/ClientState/Objects/Types/GameObject.cs @@ -144,6 +144,11 @@ public unsafe partial class GameObject /// public bool IsDead => this.Struct->IsDead(); + /// + /// Gets a value indicating whether the object is targetable. + /// + public bool IsTargetable => this.Struct->GetIsTargetable(); + /// /// Gets the position of this . ///