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

Method isInGame

bwapi/BWAPIClient/Source/GameImpl.cpp:637–640  ·  view source on GitHub ↗

----------------------------------------------- IS IN GAME -----------------------------------------------

Source from the content-addressed store, hash-verified

635 }
636 //----------------------------------------------- IS IN GAME -----------------------------------------------
637 bool GameImpl::isInGame() const
638 {
639 return data->isInGame;
640 }
641 //--------------------------------------------- IS MULTIPLAYER ---------------------------------------------
642 bool GameImpl::isMultiplayer() const
643 {

Callers 1

updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected