> ## Documentation Index
> Fetch the complete documentation index at: https://v5.rpgjs.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Map Types

> Supporting interfaces related to map controls.

# Map Types

Supporting interfaces related to map controls.

## Members

* [enableAntiCheat](#enableanticheat)
* [maxFrameDelta](#maxframedelta)
* [maxInputsPerTick](#maxinputspertick)
* [maxTimeDelta](#maxtimedelta)
* [minTimeBetweenInputs](#mintimebetweeninputs)

## enableAntiCheat

Whether to enable anti-cheat validation

* Source: `packages/server/src/rooms/map.ts`
* Kind: `property`
* Defined in: `Controls`

### Signature

```ts theme={null}
enableAntiCheat: boolean
```

## maxFrameDelta

Maximum allowed frame delta between inputs

* Source: `packages/server/src/rooms/map.ts`
* Kind: `property`
* Defined in: `Controls`

### Signature

```ts theme={null}
maxFrameDelta: number
```

## maxInputsPerTick

Maximum number of queued inputs processed per server tick

* Source: `packages/server/src/rooms/map.ts`
* Kind: `property`
* Defined in: `Controls`

### Signature

```ts theme={null}
maxInputsPerTick: number
```

## maxTimeDelta

Maximum allowed time delta between inputs in milliseconds

* Source: `packages/server/src/rooms/map.ts`
* Kind: `property`
* Defined in: `Controls`

### Signature

```ts theme={null}
maxTimeDelta: number
```

## minTimeBetweenInputs

Minimum time between inputs in milliseconds

* Source: `packages/server/src/rooms/map.ts`
* Kind: `property`
* Defined in: `Controls`

### Signature

```ts theme={null}
minTimeBetweenInputs: number
```
