Skip to main content
Version: 13.x (API 13) [Legacy]

Interface IStatus

Interface representing a status.

Assembly: Dalamud.dll
View Source
Declaration
public interface IStatus : IEquatable<IStatus>

Properties

Address

Gets the address of the status in memory.

View Source
Declaration
nint Address { get; }

StatusId

Gets the status ID of this status.

View Source
Declaration
uint StatusId { get; }

GameData

Gets the GameData associated with this status.

View Source
Declaration
RowRef<Status> GameData { get; }

Param

Gets the parameter value of the status.

View Source
Declaration
ushort Param { get; }

RemainingTime

Gets the time remaining of this status.

View Source
Declaration
float RemainingTime { get; }

SourceId

Gets the source ID of this status.

View Source
Declaration
uint SourceId { get; }

SourceObject

Gets the source actor associated with this status.

View Source
Declaration
IGameObject? SourceObject { get; }