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

Method unload

bwapi/BWAPILIB/UnitCommand.cpp:180–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178 return c;
179 }
180 UnitCommand UnitCommand::unload(Unit unit, Unit target)
181 {
182 UnitCommand c{ unit, UnitCommandTypes::Unload };
183 c.target = target;
184 return c;
185 }
186 UnitCommand UnitCommand::unloadAll(Unit unit, bool shiftQueueCommand)
187 {
188 UnitCommand c{ unit, UnitCommandTypes::Unload_All };

Callers 1

updateMethod · 0.45

Calls

no outgoing calls

Tested by 1

updateMethod · 0.36