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

Method lift

bwapi/BWAPILIB/UnitCommand.cpp:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 return UnitCommand{ unit, UnitCommandTypes::Unsiege };
162 }
163 UnitCommand UnitCommand::lift(Unit unit)
164 {
165 return UnitCommand{ unit, UnitCommandTypes::Lift };
166 }
167 UnitCommand UnitCommand::land(Unit unit, TilePosition target)
168 {
169 UnitCommand c{ unit, UnitCommandTypes::Land };

Callers 2

onFrameMethod · 0.45
startMethod · 0.45

Calls

no outgoing calls

Tested by 2

onFrameMethod · 0.36
startMethod · 0.36