Show / Hide Table of Contents

Class WaitOperator

Waits the specified amount of time. Removes the key when finished.

Inheritance
System.Object
HTNOperator
WaitOperator
Namespace: Content.Server.NPC.HTN.PrimitiveTasks.Operators
Assembly: Content.Server.dll
Syntax
public sealed class WaitOperator : HTNOperator

Fields

| Improve this Doc View Source

Key

Blackboard key for the time we'll wait for.

Declaration
public string Key
Field Value
Type Description
System.String

Methods

| Improve this Doc View Source

TaskShutdown(NPCBlackboard, HTNOperatorStatus)

Declaration
public override void TaskShutdown(NPCBlackboard blackboard, HTNOperatorStatus status)
Parameters
Type Name Description
NPCBlackboard blackboard
HTNOperatorStatus status
Overrides
HTNOperator.TaskShutdown(NPCBlackboard, HTNOperatorStatus)
| Improve this Doc View Source

Update(NPCBlackboard, Single)

Declaration
public override HTNOperatorStatus Update(NPCBlackboard blackboard, float frameTime)
Parameters
Type Name Description
NPCBlackboard blackboard
System.Single frameTime
Returns
Type Description
HTNOperatorStatus
Overrides
HTNOperator.Update(NPCBlackboard, Single)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾