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

Method land

bwapi/BWAPILIB/UnitCommand.cpp:167–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165 return UnitCommand{ unit, UnitCommandTypes::Lift };
166 }
167 UnitCommand UnitCommand::land(Unit unit, TilePosition target)
168 {
169 UnitCommand c{ unit, UnitCommandTypes::Land };
170 c.assignTarget(target);
171 return c;
172 }
173 UnitCommand UnitCommand::load(Unit unit, Unit target, bool shiftQueueCommand)
174 {
175 UnitCommand c{ unit, UnitCommandTypes::Load };

Callers 2

onFrameMethod · 0.45
updateMethod · 0.45

Calls 1

assignTargetMethod · 0.80

Tested by 2

onFrameMethod · 0.36
updateMethod · 0.36