Show / Hide Table of Contents

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 Source

ShutdownState

When to shut the task down.

Declaration
HTNPlanState ShutdownState { get; }
Property Value
Type Description
HTNPlanState

Methods

| Improve this Doc View Source

ConditionalShutdown(NPCBlackboard)

Run whenever the ShutdownState specifies.

Declaration
void ConditionalShutdown(NPCBlackboard blackboard)
Parameters
Type Name Description
NPCBlackboard blackboard
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾