Show / Hide Table of Contents

Class RotateToTargetOperator

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

Fields

| Improve this Doc View Source

RotationSpeedKey

Declaration
public string RotationSpeedKey
Field Value
Type Description
System.String
| Improve this Doc View Source

TargetKey

Declaration
public string TargetKey
Field Value
Type Description
System.String
| Improve this Doc View Source

Tolerance

Declaration
public Angle Tolerance
Field Value
Type Description
Angle

Methods

| Improve this Doc View Source

Initialize(IEntitySystemManager)

Declaration
public override void Initialize(IEntitySystemManager sysManager)
Parameters
Type Name Description
IEntitySystemManager sysManager
Overrides
HTNOperator.Initialize(IEntitySystemManager)
| 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
☀
☾