Show / Hide Table of Contents

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 Source

Factions

Factions this entity is a part of.

Declaration
public HashSet<string> Factions
Field Value
Type Description
HashSet<System.String>
| Improve this Doc View Source

FriendlyFactions

Cached friendly factions.

Declaration
public readonly HashSet<string> FriendlyFactions
Field Value
Type Description
HashSet<System.String>
| Improve this Doc View Source

HostileFactions

Cached hostile factions.

Declaration
public readonly HashSet<string> HostileFactions
Field Value
Type Description
HashSet<System.String>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾