> 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/settlers/settlers.productionamount.md).

# Settlers.ProductionAmount

## `Settlers.ProductionAmount(Siedlertyp)`

Ermittelt, wie viele Siedler eines Typs es auf der Karte gibt, scheinbar unabhängig vom Spieler.

#### Rückgabewert

Anzahl

#### Beispiel

```lua
Settlers.ProductionAmount(Settlers.PIONEER)
```
