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

# SU.Game.GetMaxSelection

## SU.Game.GetMaxSelection()

Gibt die Anzahl der maximal gleichzeitig auswählbaren Einheiten mittels Flächenauswahl zurück.

#### Rückgabewert

* Anzahl der maximal gleichzeitig auswählbaren Einheiten

#### Beispiel

```lua
local maxSelection = SU.Game.GetMaxSelection()
```
