word Base Id word Hull Type (1..105) word Position long Priority (...repeated for each build order)
Sent when: player has pending build orders
Sent to: every player
This record reports a player's build queue contents. This variable-length record contains one entry for each ship in the build queue. Thus, the size of the record determines the number of ships being reported. If there are N being reported, the record length will be 10*N bytes.
The Base Id is the starbase building the ship. The Position is the position in the global build queue; position 1 is the next ship to be built. The Priority is the order's priority; the highest priority will be built first.
Note that build orders may change in position from turn to turn based upon changes in priority. It is not necessarily true that a build order will constantly have its position reduced until it is built.