Class GameObjectContext
Provides game object context to a context menu.
Inheritance
System.Object
GameObjectContext
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dalamud.Game.Gui.ContextMenus
Assembly: Dalamud.dll
Syntax
public sealed class GameObjectContext
Properties
| Improve this Doc View SourceContentId
Gets the content id of the game object.
Declaration
public ulong? ContentId { get; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.UInt64> |
Id
Gets the id of the game object.
Declaration
public uint? Id { get; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.UInt32> |
Name
Gets the name of the game object.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
WorldId
Gets the world id of the game object.
Declaration
public ushort? WorldId { get; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.UInt16> |