mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-14 20:54:16 +01:00
Re-add Character.NameId
This commit is contained in:
parent
69561fe407
commit
76b005d33b
1 changed files with 5 additions and 0 deletions
|
|
@ -88,6 +88,11 @@ namespace Dalamud.Game.ClientState.Objects.Types
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public override uint TargetObjectId => this.Struct->GameObject.TargetObjectID;
|
public override uint TargetObjectId => this.Struct->GameObject.TargetObjectID;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Gets the name ID of the character.
|
||||||
|
/// </summary>
|
||||||
|
public uint NameId => this.Struct->NameID;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the status flags.
|
/// Gets the status flags.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue