mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
feat: expose Fate table address
This commit is contained in:
parent
c611a97ab5
commit
f01cfd5820
1 changed files with 5 additions and 0 deletions
|
|
@ -28,6 +28,11 @@ namespace Dalamud.Game.ClientState.Fates
|
||||||
Log.Verbose($"Fate table address 0x{this.address.FateTablePtr.ToInt64():X}");
|
Log.Verbose($"Fate table address 0x{this.address.FateTablePtr.ToInt64():X}");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Gets the address of the Fate table.
|
||||||
|
/// </summary>
|
||||||
|
public IntPtr Address => this.address.FateTablePtr;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the amount of currently active Fates.
|
/// Gets the amount of currently active Fates.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue