Interface IHtnConditionalShutdown
Helper interface to run the appropriate shutdown for a particular task.
Namespace: Content.Server.NPC.HTN
Assembly: Content.Server.dll
Syntax
public interface IHtnConditionalShutdown
Properties
| Improve this Doc View SourceShutdownState
When to shut the task down.
Declaration
HTNPlanState ShutdownState { get; }
Property Value
Type | Description |
---|---|
HTNPlanState |
Methods
| Improve this Doc View SourceConditionalShutdown(NPCBlackboard)
Run whenever the ShutdownState specifies.
Declaration
void ConditionalShutdown(NPCBlackboard blackboard)
Parameters
Type | Name | Description |
---|---|---|
NPCBlackboard | blackboard |