Show / Hide Table of Contents

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 Source

ContentId

Gets the content id of the game object.

Declaration
public ulong? ContentId { get; }
Property Value
Type Description
System.Nullable<System.UInt64>
| Improve this Doc View Source

Id

Gets the id of the game object.

Declaration
public uint? Id { get; }
Property Value
Type Description
System.Nullable<System.UInt32>
| Improve this Doc View Source

Name

Gets the name of the game object.

Declaration
public string Name { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

WorldId

Gets the world id of the game object.

Declaration
public ushort? WorldId { get; }
Property Value
Type Description
System.Nullable<System.UInt16>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX