Class BattleNpc
This class represents a battle NPC.
Implements
System.IEquatable<GameObject>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Dalamud.Game.ClientState.Objects.Types
Assembly: Dalamud.dll
Syntax
public class BattleNpc : BattleChara, IEquatable<GameObject>
Properties
| Improve this Doc View SourceBattleNpcKind
Gets the BattleNpc BattleNpcSubKind of this BattleNpc.
Declaration
public BattleNpcSubKind BattleNpcKind { get; }
Property Value
| Type | Description |
|---|---|
| BattleNpcSubKind |
TargetObjectId
Gets the target object ID of the character.
Declaration
public override uint TargetObjectId { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
Overrides
Implements
System.IEquatable<T>