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
| Improve this Doc View SourceGameGui(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
| Improve this Doc View SourceChat
Declaration
public ChatGui Chat { get; }
Property Value
| Type | Description |
|---|---|
| ChatGui |
Methods
| Improve this Doc View SourceDispose()
Declaration
public void Dispose()
Enable()
Declaration
public void Enable()
SetBgm(UInt16)
Declaration
public void SetBgm(ushort bgmKey)
Parameters
| Type | Name | Description |
|---|---|---|
| System.UInt16 | bgmKey |
Implements
System.IDisposable