commands Folder
Files Index
| file | helios/engine/state/commands/_module.ixx |
|
Game state commands submodule. More... | |
| file | DelayedStateCommand.ixx |
|
Timer-deferred command for requesting state transitions. More... | |
| file | StateCommand.ixx |
|
Command for requesting state transitions. More... | |
Description
helios::engine::state::commands
Commands for requesting state transitions.
Components
| Class | Description |
|---|---|
| StateCommand<StateType> | Encapsulates a transition request |
Usage
using namespace helios::engine::state::commands;
using namespace helios::engine::state::types;
// Request a state transition
updateContext.queueCommand<StateCommand<GameState>>(
GameState::Running,
GameStateTransitionId::Pause
}
);
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.