Generated

from protobuf message SC2APIProtocol.ProductionPanel

interface ProductionPanel {
    buildQueue: UnitInfo[];
    productionQueue: BuildItem[];
    unit?: UnitInfo;
}

Properties

buildQueue: UnitInfo[]

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.

Generated

from protobuf field: repeated SC2APIProtocol.UnitInfo build_queue = 2;

productionQueue: BuildItem[]

Generated

from protobuf field: repeated SC2APIProtocol.BuildItem production_queue = 3;

unit?: UnitInfo

Generated

from protobuf field: optional SC2APIProtocol.UnitInfo unit = 1;

Generated using TypeDoc