Interface RequestQueryPathing


Generated

from protobuf message SC2APIProtocol.RequestQueryPathing

interface RequestQueryPathing {
    endPos?: any;
    start: {
        oneofKind: "startPos";
        startPos: Point2D;
    } | {
        oneofKind: "unitTag";
        unitTag: bigint;
    } | {
        oneofKind: undefined;
    };
}

Properties

Properties

endPos?: any

Generated

from protobuf field: optional SC2APIProtocol.Point2D end_pos = 3;

start: {
    oneofKind: "startPos";
    startPos: Point2D;
} | {
    oneofKind: "unitTag";
    unitTag: bigint;
} | {
    oneofKind: undefined;
}

Type declaration

  • oneofKind: "startPos"
  • startPos: Point2D

    Generated

    from protobuf field: SC2APIProtocol.Point2D start_pos = 1;

Type declaration

  • oneofKind: "unitTag"
  • unitTag: bigint

    Generated

    from protobuf field: uint64 unit_tag = 2;

Type declaration

  • oneofKind: undefined

Generated

from protobuf oneof: start

Generated using TypeDoc