Show / Hide Table of Contents

Class SpeakOperator

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

Fields

| Improve this Doc View Source

Speech

Declaration
public string Speech
Field Value
Type Description
System.String

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

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
☀
☾