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

Class COrder

bwapi/BWAPI/Source/BW/COrder.h:8–16  ·  view source on GitHub ↗

Must be on a 4-byte alignment

Source from the content-addressed store, hash-verified

6{
7 // Must be on a 4-byte alignment
8 class COrder
9 {
10 public:
11 BW::COrder* prev;
12 BW::COrder* next;
13 u16 orderID;
14 u16 unitType;
15 BW::Target target;
16 };
17
18 static_assert( sizeof(COrder) == 20, "BW::COrder is incorrect." );
19};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected