Generated

from protobuf message SC2APIProtocol.DebugCreateUnit

interface DebugCreateUnit {
    owner?: number;
    pos?: any;
    quantity?: number;
    unitType?: number;
}

Properties

owner?: number

Generated

from protobuf field: optional int32 owner = 2;

pos?: any

Generated

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

quantity?: number

Generated

from protobuf field: optional uint32 quantity = 4;

unitType?: number

Generated

from protobuf field: optional uint32 unit_type = 1;

Generated using TypeDoc