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

# Game.ShowClock

## `Game.ShowClock(Zeit)`

Erstellt einen Countdown (Zeit in Sekunden) in der oberen rechten Ecke. Diese Angabe ist nur für den Spieler und reicht noch nicht für eine darauf basierende Bedingung.

#### Rückgabewert

none

#### Beispiel

```lua
Game.ShowClock(600)
```
