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

Method forcedCloseScreen

game/ui/base/transactionscreen.cpp:641–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

639}
640
641void TransactionScreen::forcedCloseScreen()
642{
643 // Forced means we already asked player to confirm some secondary thing
644 // (like there being no free ferries right now)
645 executeOrders();
646 fw().stageQueueCommand({StageCmd::Command::POP});
647}
648
649void TransactionScreen::initViewSecondBase()
650{

Callers 2

closeScreenMethod · 0.80
closeScreenMethod · 0.80

Calls 1

stageQueueCommandMethod · 0.80

Tested by

no test coverage detected