Interface IBattleNpc
A interface that represents a battle NPC.
Assembly: Dalamud.dll
View Source
Declaration
public interface IBattleNpc : IBattleChara, ICharacter, IGameObject, IEquatable<IGameObject>
Properties
BattleNpcKind
Gets the BattleNpc Dalamud.Game.ClientState.Objects.Enums.BattleNpcSubKind of this BattleNpc.
View Source
Declaration
BattleNpcSubKind BattleNpcKind { get; }