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 SourceBranches
Declaration
public List<HTNBranch> Branches
Field Value
Type | Description |
---|---|
List<HTNBranch> |
Properties
| Improve this Doc View SourceID
Declaration
public string ID { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Robust.Shared.Prototypes.IPrototype