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

Method setLatCom

bwapi/BWAPI/Source/BWAPI/GameImpl.cpp:824–829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

822 return data->hasLatCom;
823 }
824 void GameImpl::setLatCom(bool isEnabled)
825 {
826 if ( !this->tournamentCheck(Tournament::SetLatCom, &isEnabled) )
827 return;
828 data->hasLatCom = isEnabled;
829 }
830 //----------------------------------------------- GET INSTANCE ID ------------------------------------------
831 int GameImpl::getInstanceNumber() const
832 {

Callers 1

processCommandsMethod · 0.45

Calls 1

tournamentCheckMethod · 0.95

Tested by

no test coverage detected