Show / Hide Table of Contents

Class HTNBranch

AKA Method. This is a branch available for a compound task.

Inheritance
System.Object
HTNBranch
Namespace: Content.Server.NPC.HTN
Assembly: Content.Server.dll
Syntax
public sealed class HTNBranch : object

Fields

| Improve this Doc View Source

Preconditions

Declaration
public List<HTNPrecondition> Preconditions
Field Value
Type Description
List<HTNPrecondition>
| Improve this Doc View Source

Tasks

Due to how serv3 works we need to defer getting the actual tasks until after they have all been serialized.

Declaration
public List<HTNTask> Tasks
Field Value
Type Description
List<HTNTask>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾