Interface ActionMultiPanel

Generated

from protobuf message SC2APIProtocol.ActionMultiPanel

interface ActionMultiPanel {
    type?: ActionMultiPanel_Type;
    unitIndex?: number;
}

Properties

Properties

Generated

from protobuf field: optional SC2APIProtocol.ActionMultiPanel.Type type = 1;

unitIndex?: number

Generated

from protobuf field: optional int32 unit_index = 2;

Generated using TypeDoc