> For the complete documentation index, see [llms.txt](https://docs.settlers-united.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.settlers-united.com/s4-lua-api-de/library-functions/map/map.width.md).

# Map.Width

## `Map.Width()`

Gibt die Breite der Map zurück

#### Rückgabewert

Die Breite der Map

#### Beispiel

```lua
-- bei einer 256x256 Map
dbg.stm("Width: " .. Map.Width()); -- gibt 256 zurück
```
