Generated

from protobuf message SC2APIProtocol.RequestData

interface RequestData {
    abilityId?: boolean;
    buffId?: boolean;
    effectId?: boolean;
    unitTypeId?: boolean;
    upgradeId?: boolean;
}

Properties

abilityId?: boolean

Generated

from protobuf field: optional bool ability_id = 1;

buffId?: boolean

Generated

from protobuf field: optional bool buff_id = 4;

effectId?: boolean

Generated

from protobuf field: optional bool effect_id = 5;

unitTypeId?: boolean

Generated

from protobuf field: optional bool unit_type_id = 2;

upgradeId?: boolean

Generated

from protobuf field: optional bool upgrade_id = 3;

Generated using TypeDoc