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

Class Select

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

Selection command in bw

Source from the content-addressed store, hash-verified

79
80 // Selection command in bw
81 class Select : private BWCommand<0x09>
82 {
83 public:
84 Select(int count, const BWAPI::Unit *units);
85 Select(int count, const BW::CUnit **units);
86 Select(const std::vector<BWAPI::Unit>& units);
87
88 size_t size() const;
89 private:
90 u8 targCount;
91 UnitTarget targets[BW::MAX_SELECTION_COUNT];
92 };
93
94 // Train unit command in bw.
95 class TrainUnit : private BWCommand<0x1F>

Callers 1

orderSelectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected