feat: condition changed event, expose condition address

This commit is contained in:
Raymond 2021-09-07 11:14:17 -04:00
parent b0f2486215
commit 37fc6ffc73
4 changed files with 116 additions and 26 deletions

View file

@ -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:");