Interface ActionControlGroup

Generated

from protobuf message SC2APIProtocol.ActionControlGroup

interface ActionControlGroup {
    action?: ActionControlGroup_ControlGroupAction;
    controlGroupIndex?: number;
}

Properties

Generated

from protobuf field: optional SC2APIProtocol.ActionControlGroup.ControlGroupAction action = 1;

controlGroupIndex?: number

Generated

from protobuf field: optional uint32 control_group_index = 2;

Generated using TypeDoc