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