mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-23 00:07:49 +01:00
feat: condition changed event, expose condition address
This commit is contained in:
parent
b0f2486215
commit
37fc6ffc73
4 changed files with 116 additions and 26 deletions
|
|
@ -674,7 +674,7 @@ namespace Dalamud.Interface.Internal.Windows
|
|||
var condition = Service<Condition>.Get();
|
||||
|
||||
#if DEBUG
|
||||
ImGui.Text($"ptr: 0x{condition.ConditionArrayBase.ToInt64():X}");
|
||||
ImGui.Text($"ptr: 0x{condition.Address.ToInt64():X}");
|
||||
#endif
|
||||
|
||||
ImGui.Text("Current Conditions:");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue