8.3. DECS debug state reporting
The DECS_STATE module extends DECS with state machine support for entities. It provides state transition management, allowing entities to change behavior based on their current state.
See also DECS, Daslang entity component system for the core ECS runtime and Boost package for DECS for query macros. See tutorial_decs for a hands-on tutorial.
All functions and symbols are in “decs_state” module, use require to get access to it.
require daslib/decs_state