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

Method siege

bwapi/BWAPILIB/UnitCommand.cpp:155–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153 return UnitCommand{ unit, UnitCommandTypes::Decloak };
154 }
155 UnitCommand UnitCommand::siege(Unit unit)
156 {
157 return UnitCommand{ unit, UnitCommandTypes::Siege };
158 }
159 UnitCommand UnitCommand::unsiege(Unit unit)
160 {
161 return UnitCommand{ unit, UnitCommandTypes::Unsiege };

Callers 3

RunComputerAIMethod · 0.45
DoUnitBehaviourMethod · 0.45
startMethod · 0.45

Calls

no outgoing calls

Tested by 1

startMethod · 0.36