MCPcopy Create free account
hub / github.com/bwapi/bwapi / unsiege

Method unsiege

bwapi/BWAPILIB/UnitCommand.cpp:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 return UnitCommand{ unit, UnitCommandTypes::Siege };
158 }
159 UnitCommand UnitCommand::unsiege(Unit unit)
160 {
161 return UnitCommand{ unit, UnitCommandTypes::Unsiege };
162 }
163 UnitCommand UnitCommand::lift(Unit unit)
164 {
165 return UnitCommand{ unit, UnitCommandTypes::Lift };

Callers 2

RunGuardPostMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by 1

updateMethod · 0.36