Interface DebugSetUnitValue

Generated

from protobuf message SC2APIProtocol.DebugSetUnitValue

interface DebugSetUnitValue {
    unitTag?: bigint;
    unitValue?: DebugSetUnitValue_UnitValue;
    value?: number;
}

Properties

unitTag?: bigint

Generated

from protobuf field: optional uint64 unit_tag = 3;

Generated

from protobuf field: optional SC2APIProtocol.DebugSetUnitValue.UnitValue unit_value = 1;

value?: number

Generated

from protobuf field: optional float value = 2;

Generated using TypeDoc