Skip to content
Version 2.11.0
↓ Get the launcher

NpcInfo structure

Static data for a single NPC from the game table.

public struct NpcInfo : IEquatable<NpcInfo>
parameter description
Id Game-table NPC id.
Name Localised NPC display name.
Title Localised NPC title or role string.
FactionId Faction id this NPC belongs to.
name description
NpcInfo(…) Static data for a single NPC from the game table.
FactionId { get; set; } Faction id this NPC belongs to.
Id { get; set; } Game-table NPC id.
Name { get; set; } Localised NPC display name.
Title { get; set; } Localised NPC title or role string.