![]() |
Eye of the Nile Docs
Everything you need to know to get started!
|
Enumerations | |
enum | EntityState { Patrol , Chase , CloseAttack , Dead } |
Simple enum for the BaseEntityController for handling state. More... | |
enum EntityState |
Simple enum for the BaseEntityController for handling state.
Documentation updated 8/23/2024
Enumerator | |
---|---|
Patrol | Entity is patrolling between two points in a patrol zone. |
Chase | Entity is chasing after an enemy. |
CloseAttack | Entity is attacking an enemy. |
Dead | Entity is dead. |