> 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/su-library-functions/su.game/su.game.clearselection.md).

# SU.Game.ClearSelection

## SU.Game.ClearSelection()

Löscht die aktuelle Auswahl des lokalen Spielers.

#### Rückgabewert

* 1: erfolgreich
* 0: sonst / Fehler

#### Beispiel

```lua
local success = SU.Game.ClearSelection()
```
