MCPcopy 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
136void UnitWrap::SetAttackTarget(BWAPI::Unit pTarget)
137{
138 pUnit->setClientInfo(pTarget, UnitInfo::AttackTarget);
139}
140
141void UnitWrap::SetControlType(int type)
142{

Callers

nothing calls this directly

Calls 1

setClientInfoMethod · 0.45

Tested by

no test coverage detected