Skip to content

Human Movement Task

Ahmad Abu-Aysha edited this page Sep 9, 2023 · 1 revision

Introduction

The HumanMovementTask is a subtask of HumanWanderTask and is used in the AITaskComponent of engineer entities. As the name suggests, it manages the movement phase of a human entity. It is directly adapted from the Ghosts MovementTask in the BoxBoy Demo.

Usage

HumanMovementTask is added to an Engineer entity during the start() phase of the HumanWanderTask, and is not intended to be used in isolation.

Sequence and UML Diagrams

Please refer to the documentation for HumanWanderTask for diagrams that cover this task.

Clone this wiki locally