Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ SetAttackTarget
Method
SetAttackTarget
bwapi/BWScriptEmulator/UnitInfo.cpp:136–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
}
135
136
void UnitWrap::SetAttackTarget(BWAPI::Unit pTarget)
137
{
138
pUnit->setClientInfo(pTarget, UnitInfo::AttackTarget);
139
}
140
141
void UnitWrap::SetControlType(int type)
142
{
Callers
nothing calls this directly
Calls
1
setClientInfo
Method · 0.45
Tested by
no test coverage detected