MCPcopy 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}
159void UnitWrap::SetTargetFlags(int flags)
160{
161 pUnit->setClientInfo(flags, UnitInfo::TargetFlags);
162}

Callers 1

UseTechMethod · 0.80

Calls 1

setClientInfoMethod · 0.45

Tested by

no test coverage detected