Add testing Dynamis IPC for debugging.

This commit is contained in:
Ottermandias 2025-05-06 00:31:26 +02:00
parent c1e1476fa6
commit 8a9877bb01
4 changed files with 8 additions and 4 deletions

View file

@ -45,9 +45,10 @@ public unsafe class ModelEvaluationPanel(
ImGuiUtil.DrawTableColumn("Address");
ImGui.TableNextColumn();
ImGuiUtil.CopyOnClickSelectable(actor.ToString());
Glamourer.Dynamis.DrawPointer(actor);
ImGui.TableNextColumn();
ImGuiUtil.CopyOnClickSelectable(model.ToString());
Glamourer.Dynamis.DrawPointer(model);
ImGui.TableNextColumn();
if (actor.IsCharacter)
{