Enum update_status
Defined in File update_status.hpp
Enum Documentation
-
enum cosm::arena::update_status
The status returned from base_arena_map::pre_step_update() (or the overriden version in a derived class).
Values:
-
enumerator ekNONE
No updates actually occurred this timestep.
-
enumerator ekBLOCK_MOTION
One or more blocks moved, requiring a redraw of the arena floor.
-
enumerator ekNONE