> 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.enableallcontrols.md).

# Tutorial.EnableAllControls

## `Tutorial.EnableAllControls()`

Schaltet alle Controls wieder an, sofern ausgestellt

#### Rückgabewert

none

#### Beispiel

```lua
-- Alle Controls ausstellen
Tutorial.DisableExcept()
-- Stellt alle Controls an
Tutorial.EnableAllControls()
```

#### Trivia

Nicht zu verwechseln mit Game.EnableAllControls(toggle)
