Merge pull request #502 from Ottermandias/condition_event

feat: Condition change event
This commit is contained in:
goaaats 2021-09-09 00:34:20 +02:00 committed by GitHub
commit 345ecaff41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 116 additions and 26 deletions

View file

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