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

Class BWCommand

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

Source from the content-addressed store, hash-verified

25 {
26 template<int Cmd>
27 struct BWCommand
28 {
29 u8 commandType = Cmd;
30 };
31
32 // Attack Location command in bw, can target either location or target.
33 class Attack : private BWCommand<0x15>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected