Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ getClientVersion
Method
getClientVersion
bwapi/BWAPIClient/Source/GameImpl.cpp:844–847 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
842
return data->revision;
843
}
844
int GameImpl::getClientVersion() const
845
{
846
return data->client_version;
847
}
848
bool GameImpl::isDebug() const
849
{
850
return data->isDebug;
Callers
1
connect
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected