Interface IBattleChara
Interface representing a battle character.
Assembly: Dalamud.dll
View Source
Declaration
public interface IBattleChara : ICharacter, IGameObject, IEquatable<IGameObject>
Properties
StatusList
Gets the current status effects.
View Source
Declaration
StatusList StatusList { get; }