> 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/buildings/buildings.getfirstbuilding.md).

# Buildings.GetFirstBuilding

## `Buildings.GetFirstBuilding(Partei, Gebäudetyp)`

Sucht nach dem Gebäude der angegebenen Partei und des angegebenen Gebäudetyps und gibt das neueste Gebäude zurück.

#### Rückgabewert

Einzigartige ID des gefundenen Gebäudes.

#### Beispiel

```lua
local buildingID = Buildings.GetFirstBuilding(1, Buildings.GUARDTOWERSMALL)
```
