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

# Tutorial.SetZoom

## `Tutorial.SetZoom(zoomFaktor)`

Setzt den derzeitigen Zoom auf #zoomFaktor. #zoomFaktor darf eine Zahl von 1 bis 99 sein.

#### Rückgabewert

none

#### Beispiel

```lua
-- nahester Zoom
Tutorial.SetZoom(99)
-- weitester Zoom
Tutorial.SetZoom(1)
```
