Show / Hide Table of Contents

Class GameGui

Inheritance
System.Object
GameGui
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Dalamud.Game.Internal.Gui
Assembly: Dalamud.dll
Syntax
public sealed class GameGui : IDisposable

Constructors

GameGui(IntPtr, SigScanner, Dalamud)

Declaration
public GameGui(IntPtr baseAddress, SigScanner scanner, Dalamud dalamud)
Parameters
Type Name Description
System.IntPtr baseAddress
SigScanner scanner
Dalamud.Dalamud dalamud

Properties

Chat

Declaration
public ChatGui Chat { get; }
Property Value
Type Description
ChatGui

Methods

Dispose()

Declaration
public void Dispose()

Enable()

Declaration
public void Enable()

Implements

System.IDisposable
Back to top Generated by DocFX