-
Notifications
You must be signed in to change notification settings - Fork 4
Human Wait Task
Ahmad Abu-Aysha edited this page Sep 9, 2023
·
1 revision
The HumanWaitTask is a subtask of HumanWanderTask and is used in the AITaskComponent of engineer entities. It makes the engineer entity wait after a non-combat related movement phase. It is directly adapted from the Ghosts WaitTask in the BoxBoy Demo.
HumanWaitTask is added to an Engineer entity during the start()
phase of the HumanWanderTask, and is not intended to be used in isolation.
Please refer to the documentation for HumanWanderTask for diagrams that cover this task.