> 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/game/game.setalliesdontrevealfog.md).

# Game.SetAlliesDontRevealFog

## `Game.SetAlliesDontRevealFog(True oder False)`

Sorgt dafür, dass der Sichtradius verbündeter Spieler nicht enthüllt wird. Scheint nur zu funktionieren, wenn es in NewGame deklariert wird, außerdem muss der Fog of War dann reseted werden, sonst wird der Bereich nur dunkel und nicht schwarz.

#### Rückgabewert

none

#### Beispiel

```lua
Game.SetAlliesDontRevealFog(1)
```
