build_queue ONLY gives information about units that are being produced. Use production_queue instead to see both units being trained as well as research in the queue.
from protobuf field: repeated SC2APIProtocol.UnitInfo build_queue = 2;
from protobuf field: repeated SC2APIProtocol.BuildItem production_queue = 3;
Optional
unitfrom protobuf field: optional SC2APIProtocol.UnitInfo unit = 1;
Generated using TypeDoc
Generated
from protobuf message SC2APIProtocol.ProductionPanel