> 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/statistic/statistic.goodsproduced.md).

# Statistic.GoodsProduced

## `Statistic.GoodsProduced(partei)`

Gibt an wie viele Güter von der Partei Produziert worden sind

#### Rückgabewert

Die Anzahl an Güter der Partei.

#### Beispiel

```lua
Statistic.GoodsProduced(1)
```
