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

Method burrow

bwapi/BWAPILIB/UnitCommand.cpp:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 return c;
138 }
139 UnitCommand UnitCommand::burrow(Unit unit)
140 {
141 return UnitCommand { unit, UnitCommandTypes::Burrow };
142 }
143 UnitCommand UnitCommand::unburrow(Unit unit)
144 {
145 return UnitCommand{ unit, UnitCommandTypes::Unburrow };

Callers 2

RunComputerAIMethod · 0.45
startMethod · 0.45

Calls

no outgoing calls

Tested by 1

startMethod · 0.36