Show / Hide Table of Contents

Class HTNCompoundPrototype

Represents a network of multiple tasks. This gets expanded out to its relevant nodes.

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

Fields

| Improve this Doc View Source

Branches

Declaration
public List<HTNBranch> Branches
Field Value
Type Description
List<HTNBranch>

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
☀
☾