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

Method unburrow

bwapi/BWAPILIB/UnitCommand.cpp:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 return UnitCommand { unit, UnitCommandTypes::Burrow };
142 }
143 UnitCommand UnitCommand::unburrow(Unit unit)
144 {
145 return UnitCommand{ unit, UnitCommandTypes::Unburrow };
146 }
147 UnitCommand UnitCommand::cloak(Unit unit)
148 {
149 return UnitCommand{ unit, UnitCommandTypes::Cloak };

Callers 1

updateMethod · 0.45

Calls

no outgoing calls

Tested by 1

updateMethod · 0.36