Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ getType
Method
getType
bwapi/BWAPILIB/UnitCommand.cpp:275–278 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
273
return c;
274
}
275
UnitCommandType UnitCommand::getType() const
276
{
277
return type;
278
}
279
Unit UnitCommand::getUnit() const
280
{
281
return unit;
Callers
15
Military.cpp
File · 0.45
WeaponCanHit
Function · 0.45
TaskSpellcaster
Method · 0.45
RunMilitaryController
Method · 0.45
GetSuitableCaster
Function · 0.45
AssignComputerIdleOrder
Method · 0.45
HasEnemyTarget
Method · 0.45
RunGuardPost
Method · 0.45
onUnitCreate
Method · 0.45
AddUnit
Method · 0.45
RunComputerReturn
Method · 0.45
FindNewAttackTarget
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected