Class WaitOperator
Waits the specified amount of time. Removes the key when finished.
Inheritance
System.Object
WaitOperator
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
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
Overrides
|
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
Overrides