> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dotouch-emu.com/llms.txt
> Use this file to discover all available pages before exploring further.

# moveToward

> Naviguer vers un ID de carte cible.

Naviguer vers un ID de carte cible.

#### 🎮 Méthode

```lua theme={null}
map:moveToward(targetMapId)
```

#### 📝 Arguments

| Nom           | Type  | Description                    |
| ------------- | ----- | ------------------------------ |
| `targetMapId` | `int` | ID de la carte de destination. |

#### 💎 Valeur de retour

| Type   | Description |
| ------ | ----------- |
| `void` | —           |

#### 💡 Exemple

```lua theme={null}
map:moveToward(84674563)
```

<Warning>
  Cette méthode ne prend **pas** les obstacles en compte.
</Warning>

***

## Position & Infos
