Class NpcFactionMemberComponent
Inheritance
System.Object
NpcFactionMemberComponent
Namespace: Content.Server.NPC.Components
Assembly: Content.Server.dll
Syntax
public sealed class NpcFactionMemberComponent : Component
Fields
| Improve this Doc View SourceFactions
Factions this entity is a part of.
Declaration
public HashSet<string> Factions
Field Value
Type | Description |
---|---|
HashSet<System.String> |
FriendlyFactions
Cached friendly factions.
Declaration
public readonly HashSet<string> FriendlyFactions
Field Value
Type | Description |
---|---|
HashSet<System.String> |
HostileFactions
Cached hostile factions.
Declaration
public readonly HashSet<string> HostileFactions
Field Value
Type | Description |
---|---|
HashSet<System.String> |