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 SourcePreconditions
Declaration
public List<HTNPrecondition> Preconditions
Field Value
Type | Description |
---|---|
List<HTNPrecondition> |
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> |