Variable DRIVE_TILES_SCHEMAConst

DRIVE_TILES_SCHEMA: Record<{
    tileDistance: Constraint<Number, number, unknown>;
    type: Literal<DRIVE_TILES>;
}, false> = ...

send a drive command with tile distance

Generated using TypeDoc