MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / QueueState

Method QueueState

Source/Main/engine.cpp:6428–6433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6426}
6427
6428void Engine::QueueState(const EngineState& state) {
6429 EngineStateAction esa;
6430 esa.type = kEngineStateActionPushState;
6431 esa.state = state;
6432 queued_engine_state_.push_back(esa);
6433}
6434
6435void Engine::QueueState(const EngineStateAction& action) {
6436 queued_engine_state_.push_back(action);

Callers 3

NewLevelMethod · 0.80
LoadLevelFunction · 0.80
OpenRecentMenuFunction · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected