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

Method isInGame

bwapi/BWAPI/Source/BWAPI/GameImpl.cpp:511–514  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

509 }
510 //------------------------------------------------ IS IN GAME ----------------------------------------------
511 bool GameImpl::isInGame() const
512 {
513 return inGame;
514 }
515 //-------------------------------------------- IS SINGLE PLAYER --------------------------------------------
516 bool GameImpl::isMultiplayer() const
517 {

Callers 8

vSendTextExMethod · 0.95
BWAPIExceptionFilterFunction · 0.45
updateSharedMemoryMethod · 0.45
processCommandsMethod · 0.45
mainFunction · 0.45
onStartMethod · 0.45
onFrameMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 2

onStartMethod · 0.36
onFrameMethod · 0.36