Class MenuTargetDefault
Target information on a default context menu.
Assembly: Dalamud.dll
View Source
Declaration
public sealed class MenuTargetDefault : MenuTarget
Inheritance: System.Object
-> Dalamud.Game.Gui.ContextMenu.MenuTarget
Properties
TargetName
Gets the name of the target.
View Source
Declaration
public string TargetName { get; }
TargetObjectId
Gets the object id of the target.
View Source
Declaration
public ulong TargetObjectId { get; }
TargetObject
Gets the target object.
View Source
Declaration
public IGameObject? TargetObject { get; }
TargetContentId
Gets the content id of the target.
View Source
Declaration
public ulong TargetContentId { get; }
TargetHomeWorld
Gets the home world id of the target.
View Source
Declaration
public ExcelResolver<World> TargetHomeWorld { get; }
TargetCharacter
Gets the currently targeted character. Only shows up for specific targets, like friends, party finder listings, or party members. Just because this is null doesn't mean the target isn't a character.
View Source
Declaration
public CharacterData? TargetCharacter { get; }