Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ SetOrderTimer
Method
SetOrderTimer
bwapi/BWScriptEmulator/UnitInfo.cpp:118–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
}
117
118
void UnitWrap::SetOrderTimer(int time)
119
{
120
pUnit->setClientInfo(time, UnitInfo::OrderTimer);
121
}
122
123
void UnitWrap::SetQueuedOrder(Orders::Enum::Enum order)
124
{
Callers
nothing calls this directly
Calls
1
setClientInfo
Method · 0.45
Tested by
no test coverage detected