Show / Hide Table of Contents

Class NpcFactionPrototype

Contains data about this faction's relations with other factions.

Inheritance
System.Object
NpcFactionPrototype
Implements
Robust.Shared.Prototypes.IPrototype
Namespace: Content.Server.NPC.Components
Assembly: Content.Server.dll
Syntax
public sealed class NpcFactionPrototype : object, IPrototype

Fields

| Improve this Doc View Source

Friendly

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

Hostile

Declaration
public List<string> Hostile
Field Value
Type Description
List<System.String>

Properties

| Improve this Doc View Source

ID

Declaration
public string ID { get; }
Property Value
Type Description
System.String

Implements

Robust.Shared.Prototypes.IPrototype
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾