Variable DRIVE_TILESConst

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

send a drive command with tile distance

Generated using TypeDoc