Skip to main content
Version: 14.x (API 14) [Current]

Interface ILogMessageEntity

Interface representing an entity related to a log message.

Assembly: Dalamud.dll
Declaration
public interface ILogMessageEntity : IEquatable<ILogMessageEntity>

Properties

Name

Gets the name of this entity.

Declaration
ReadOnlySeString Name { get; }

HomeWorldId

Gets the ID of the homeworld of this entity, if it is a player.

Declaration
ushort HomeWorldId { get; }

HomeWorld

Gets the homeworld of this entity, if it is a player.

Declaration
RowRef<World> HomeWorld { get; }

ObjStrId

Gets the ObjStr ID of this entity, if not a player. See Dalamud.Plugin.Services.ISeStringEvaluator.EvaluateObjStr(Dalamud.Game.ClientState.Objects.Enums.ObjectKind%2cSystem.UInt32%2cSystem.Nullable%7bDalamud.Game.ClientLanguage%7d).

Declaration
uint ObjStrId { get; }

IsPlayer

Gets a value indicating whether this entity is a player.

Declaration
bool IsPlayer { get; }