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

Method placeCOP

bwapi/BWAPILIB/UnitCommand.cpp:269–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267 return c;
268 }
269 UnitCommand UnitCommand::placeCOP(Unit unit, TilePosition target)
270 {
271 UnitCommand c{ unit, UnitCommandTypes::Place_COP };
272 c.assignTarget(target);
273 return c;
274 }
275 UnitCommandType UnitCommand::getType() const
276 {
277 return type;

Callers

nothing calls this directly

Calls 1

assignTargetMethod · 0.80

Tested by

no test coverage detected