Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ acceleration
Method
acceleration
bwapi/BWAPILIB/Source/UnitType.cpp:2336–2339 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2334
return unitTopSpeeds[this->getID()];
2335
}
2336
int UnitType::acceleration() const
2337
{
2338
return unitAcceleration[this->getID()];
2339
}
2340
int UnitType::haltDistance() const
2341
{
2342
return unitHaltDistance[this->getID()];
Callers
1
writeUnitInfo
Function · 0.80
Calls
1
getID
Method · 0.45
Tested by
no test coverage detected