Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ SetTargetFlags
Method
SetTargetFlags
bwapi/BWScriptEmulator/UnitInfo.cpp:159–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
pUnit->setClientInfo(pos.y, UnitInfo::Guard_Return_Y);
158
}
159
void UnitWrap::SetTargetFlags(int flags)
160
{
161
pUnit->setClientInfo(flags, UnitInfo::TargetFlags);
162
}
Callers
1
UseTech
Method · 0.80
Calls
1
setClientInfo
Method · 0.45
Tested by
no test coverage detected