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

# SU.Game.GetMapNameRelativePath

## SU.Game.GetMapNameRelativePath()

Gibt den relativen Kartennamen zurück.

#### Rückgabewert

* Relativer Kartenname

#### Beispiel

```lua
local mapNameRelativePath = SU.Game.GetMapNameRelativePath()
```
