Interface ActionRawToggleAutocast

Generated

from protobuf message SC2APIProtocol.ActionRawToggleAutocast

interface ActionRawToggleAutocast {
    abilityId?: number;
    unitTags: bigint[];
}

Properties

Properties

abilityId?: number

Generated

from protobuf field: optional int32 ability_id = 1;

unitTags: bigint[]

Generated

from protobuf field: repeated uint64 unit_tags = 2;

Generated using TypeDoc