MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / stageQueueCommand

Method stageQueueCommand

framework/framework.cpp:1063–1063  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1061sp<Stage> Framework::stageGetPrevious(sp<Stage> From) { return p->ProgramStages.previous(From); }
1062
1063void Framework::stageQueueCommand(const StageCmd &cmd) { stageCommands.emplace_back(cmd); }
1064
1065ApocCursor &Framework::getCursor() { return *this->cursor; }
1066

Callers 15

updateMethod · 0.80
eventOccurredMethod · 0.80
eventOccurredMethod · 0.80
eventOccurredMethod · 0.80
WeeklyFundingScreenMethod · 0.80
beginMethod · 0.80
finishMethod · 0.80
eventOccurredMethod · 0.80
BaseSelectScreenMethod · 0.80
eventOccurredMethod · 0.80
eventOccurredMethod · 0.80
eventOccurredMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected