mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-29 20:03:41 +01:00
Merge pull request #502 from Ottermandias/condition_event
feat: Condition change event
This commit is contained in:
commit
345ecaff41
4 changed files with 116 additions and 26 deletions
|
|
@ -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:");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue