MCPcopy Create free account
hub / github.com/bwapi/bwapi / resumeGame

Method resumeGame

bwapi/BWAPI/Source/BWAPI/GameImpl.cpp:551–558  ·  view source on GitHub ↗

---------------------------------------------- RESUME GAME -----------------------------------------------

Source from the content-addressed store, hash-verified

549 }
550 //---------------------------------------------- RESUME GAME -----------------------------------------------
551 void GameImpl::resumeGame()
552 {
553 // Resumes the game
554 this->setLastError();
555 if ( !this->tournamentCheck(Tournament::ResumeGame) )
556 return;
557 QUEUE_COMMAND(BW::Orders::ResumeGame);
558 }
559 //---------------------------------------------- LEAVE GAME ------------------------------------------------
560 void GameImpl::leaveGame()
561 {

Callers 1

processCommandsMethod · 0.45

Calls 2

setLastErrorMethod · 0.95
tournamentCheckMethod · 0.95

Tested by

no test coverage detected