Class Npc
This class represents a NPC.
Implements
System.IEquatable<GameObject>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dalamud.Game.ClientState.Objects.SubKinds
Assembly: Dalamud.dll
Syntax
public class Npc : Character, IEquatable<GameObject>
Properties
| Improve this Doc View SourceNameId
Gets the name ID of the NPC linking to their respective game data.
Declaration
public uint NameId { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
Implements
System.IEquatable<T>