mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
feat: add ActorId and ObjectKind to data view
This commit is contained in:
parent
eb16ffde49
commit
69859fa2dc
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ namespace Dalamud.Interface
|
|||
var actor = this.dalamud.ClientState.Actors[i];
|
||||
|
||||
stateString +=
|
||||
$" -> {i} - {actor.Name} - {actor.Position.X} {actor.Position.Y} {actor.Position.Z}\n";
|
||||
$" -> {actor.ActorId:X}[{i}] - {actor.ObjectKind} - {actor.Name} - {actor.Position.X} {actor.Position.Y} {actor.Position.Z}\n";
|
||||
|
||||
if (actor is Npc npc)
|
||||
stateString += $" DataId: {npc.DataId} NameId:{npc.NameId}\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue