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

Class BuildingMorph

bwapi/BWAPI/Source/BW/OrderTypes.h:274–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272 };
273
274 class BuildingMorph : private BWCommand<0x35>
275 {
276 public:
277 BuildingMorph(BWAPI::UnitType type);
278 private:
279 // Type of unit to train
280 u16 type;
281 };
282
283 class CancelAddon : private BWCommand<0x34>
284 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected