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

Method getGameType

bwapi/BWAPIClient/Source/GameImpl.cpp:396–399  ·  view source on GitHub ↗

--------------------------------------------- GET GAME TYPE ----------------------------------------------

Source from the content-addressed store, hash-verified

394 }
395 //--------------------------------------------- GET GAME TYPE ----------------------------------------------
396 GameType GameImpl::getGameType() const
397 {
398 return GameType(data->gameType);
399 }
400 //---------------------------------------------- GET LATENCY -----------------------------------------------
401 int GameImpl::getLatency() const
402 {

Callers

nothing calls this directly

Calls 1

GameTypeClass · 0.50

Tested by

no test coverage detected