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)
System.Object.ToString()
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 |
Implements
System.IEquatable<T>