# Map Path

Grammar — Map path
FlagsNative | Function

Returns the path of the map currently being played.

Returns — string

native string GameMapPath();

Category: Game / Game Settings

# Examples

mods/heroesdata.stormmodbase.stormdata/TriggerLibs/GameLib.galaxy:179

        libGame_gv_stormMapHeroDeathOverlay[init_i] = c_invalidDialogControlId;
    }
    libGame_gv_mapFile = GameMapPath();
    for (init_i = 0; init_i <= 15; init_i += 1) {
        libGame_gv_wheelPingMapping[init_i].lv_action = "";