> 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/tutorial/tutorial.rwm.md).

# Tutorial.RWM

## `Tutorial.RWM(toggle)`

Deckt die Map auf/zu.&#x20;

`toggle = 1` -> alles Sichtbar.&#x20;

`toggle = 0` -> alles wieder unsichtbar

#### Rückgabewert

none

#### Beispiel

```lua
-- Deckt die Karte auf
Tutorial.RWM(1)
```
