Eye of the Nile Docs
Everything you need to know to get started!
Loading...
Searching...
No Matches
EntityState.cs File Reference

Enumerations

enum  EntityState { Patrol , Chase , CloseAttack , Dead }
 Simple enum for the BaseEntityController for handling state. More...
 

Enumeration Type Documentation

◆ EntityState

Simple enum for the BaseEntityController for handling state.

Documentation updated 8/23/2024

Author
Roy Rapscual
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.