Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ AssignComputerIdleOrder
Method
AssignComputerIdleOrder
bwapi/BWScriptEmulator/UnitInfo.cpp:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
void UnitWrap::AssignComputerIdleOrder()
24
{
25
SetVirtualUnitOrder(AISCRIPT::getUnitIdleOrder(pUnit->getType()));
26
}
27
28
bool UnitWrap::CanUseTech(TechType tech) const
29
{
Callers
1
onUnitCreate
Method · 0.80
Calls
2
getUnitIdleOrder
Function · 0.85
getType
Method · 0.45
Tested by
no test coverage detected