# Destroy Path Display

Grammar — Destroy pathDisplay
FlagsNative | Action

# Arguments

  • int<path> — Path Display

Returns — void

native void PathDestroy(int inPathId);

Category: UI / Path Display

# Examples

mods/heroes.stormmodbase.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap/MapScript.galaxy:407

    lv_itIndex = 1;
    for ( ; ( (autoED602987_ai >= 0 && lv_itIndex <= autoED602987_ae) || (autoED602987_ai < 0 && lv_itIndex >= autoED602987_ae) ) ; lv_itIndex += autoED602987_ai ) {
        PathDestroy(gv_intro_LanePathLine[lv_itIndex]);
    }
}

mods/heroes.stormmodbase.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap/MapScript.galaxy:2145


    TriggerEnable(gt_TalentsPanelOpened, true);
    PathDestroy(gv_intro_LanePathLine[1]);
    PathDestroy(gv_intro_LanePathLine[2]);
    PathDestroy(gv_intro_LanePathLine[3]);

mods/heroes.stormmodbase.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap/MapScript.galaxy:2146

    TriggerEnable(gt_TalentsPanelOpened, true);
    PathDestroy(gv_intro_LanePathLine[1]);
    PathDestroy(gv_intro_LanePathLine[2]);
    PathDestroy(gv_intro_LanePathLine[3]);
    libStEx_gf_TutorialHeroTalentRecommendation();

mods/heroes.stormmodbase.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap/MapScript.galaxy:2147

    PathDestroy(gv_intro_LanePathLine[1]);
    PathDestroy(gv_intro_LanePathLine[2]);
    PathDestroy(gv_intro_LanePathLine[3]);
    libStEx_gf_TutorialHeroTalentRecommendation();
    TriggerQueueEnter();

mods/heroes.stormmodbase.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap/MapScript.galaxy:2496


    TriggerEnable(TriggerGetCurrent(), false);
    PathDestroy(gv_goToLanePathLine);
    libStEx_gf_ClearHintMessage();
    TriggerExecute(gt_ObjectiveComeToTheFrontlinesComplete, true, false);

mods/heroes.stormmodbase.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap/MapScript.galaxy:3449

        Wait(0.0625, c_timeGame);
    }
    PathDestroy(PathLastCreated());
    return true;
}

mods/heroes.stormmodbase.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap/MapScript.galaxy:3808

        Wait(0.0625, c_timeGame);
    }
    PathDestroy(PathLastCreated());
    return true;
}

mods/heroes.stormmodbase.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap/MapScript.galaxy:4204

        Wait(0.0625, c_timeGame);
    }
    PathDestroy(PathLastCreated());
    return true;
}

mods/heroes.stormmodbase.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorialmapmechanics.stormmap/MapScript.galaxy:1773

        Wait(0.0625, c_timeGame);
    }
    PathDestroy(PathLastCreated());
    return true;
}

mods/heroes.stormmodbase.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorialmapmechanics.stormmap/MapScript.galaxy:2588

        Wait(0.0625, c_timeGame);
    }
    PathDestroy(PathLastCreated());
    return true;
}

mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmapMapScript.galaxy:407

    lv_itIndex = 1;
    for ( ; ( (autoED602987_ai >= 0 && lv_itIndex <= autoED602987_ae) || (autoED602987_ai < 0 && lv_itIndex >= autoED602987_ae) ) ; lv_itIndex += autoED602987_ai ) {
        PathDestroy(gv_intro_LanePathLine[lv_itIndex]);
    }
}

mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmapMapScript.galaxy:2145


    TriggerEnable(gt_TalentsPanelOpened, true);
    PathDestroy(gv_intro_LanePathLine[1]);
    PathDestroy(gv_intro_LanePathLine[2]);
    PathDestroy(gv_intro_LanePathLine[3]);

mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmapMapScript.galaxy:2146

    TriggerEnable(gt_TalentsPanelOpened, true);
    PathDestroy(gv_intro_LanePathLine[1]);
    PathDestroy(gv_intro_LanePathLine[2]);
    PathDestroy(gv_intro_LanePathLine[3]);
    libStEx_gf_TutorialHeroTalentRecommendation();

mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmapMapScript.galaxy:2147

    PathDestroy(gv_intro_LanePathLine[1]);
    PathDestroy(gv_intro_LanePathLine[2]);
    PathDestroy(gv_intro_LanePathLine[3]);
    libStEx_gf_TutorialHeroTalentRecommendation();
    TriggerQueueEnter();

mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmapMapScript.galaxy:2496


    TriggerEnable(TriggerGetCurrent(), false);
    PathDestroy(gv_goToLanePathLine);
    libStEx_gf_ClearHintMessage();
    TriggerExecute(gt_ObjectiveComeToTheFrontlinesComplete, true, false);

mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmapMapScript.galaxy:3449

        Wait(0.0625, c_timeGame);
    }
    PathDestroy(PathLastCreated());
    return true;
}

mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmapMapScript.galaxy:3808

        Wait(0.0625, c_timeGame);
    }
    PathDestroy(PathLastCreated());
    return true;
}

mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmapMapScript.galaxy:4204

        Wait(0.0625, c_timeGame);
    }
    PathDestroy(PathLastCreated());
    return true;
}

mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorialmapmechanics.stormmapMapScript.galaxy:1773

        Wait(0.0625, c_timeGame);
    }
    PathDestroy(PathLastCreated());
    return true;
}

mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorialmapmechanics.stormmapMapScript.galaxy:2588

        Wait(0.0625, c_timeGame);
    }
    PathDestroy(PathLastCreated());
    return true;
}

mods/heroesbrawlmods/arenamodemods/arenamode.stormmodbase.stormdata/LibAREN.galaxy:590

    libGame_gf_SendEventDebugHeroSwapped(lp_player);
    UnitClearSelection(lp_player);
    PathDestroy(libGame_gv_players[lp_player].lv_pathDisplay);
    UnitSetCustomValue(libGame_gv_players[lp_player].lv_heroUnit, libCore_gf_CustomValueIndex(libCore_ge_CustomValueIndexes_HeroIsSwappingIndex), 1.0);
    UnitGroupRemove(libGame_gv_heroes, libGame_gv_players[lp_player].lv_heroUnit);

mods/heroesbrawlmods/arenamodemods/attackdefend.stormmodbase.stormdata/LibAtDe.galaxy:673

    libGame_gf_SendEventDebugHeroSwapped(lp_player);
    UnitClearSelection(lp_player);
    PathDestroy(libGame_gv_players[lp_player].lv_pathDisplay);
    UnitSetCustomValue(libGame_gv_players[lp_player].lv_heroUnit, libCore_gf_CustomValueIndex(libCore_ge_CustomValueIndexes_HeroIsSwappingIndex), 1.0);
    UnitGroupRemove(libGame_gv_heroes, libGame_gv_players[lp_player].lv_heroUnit);

mods/heroesbrawlmods/brawlmapmods/coop/deadmansstand.stormmodbase.stormdata/LibPEB1.galaxy:3936

        libCore_gf_CreateMinimapPingStorm(PlayerGroupAll(), "StormObjective", lv_rallyPoint, ColorWithAlpha(0,0,0,0), 2.0);
        libNtve_gf_SendActorMessageToUnit(lv_mercMedivac, "Signal Depart");
        PathDestroy(libPEB1_gv_creepCamps[lp_campIndex].lv_path);
        UnitBehaviorRemove(lv_mercRaven, "MercMedivacEscort", 1);
        auto521C6480_g = UnitGroup("TerranGoliath", libCore_gv_cOMPUTER_TeamOrder, RegionCircle(lv_rallyPoint, 3.0), UnitFilter(0, 0, (1 << c_targetFilterMissile), (1 << (c_targetFilterDead - 32)) | (1 << (c_targetFilterHidden - 32))), 0);

mods/heroesbrawlmods/brawlmapmods/hanamurapayloadpush.stormmodbase.stormdata/LibMHPP.galaxy:283

    if ((libMHPP_gv_payloadPath.lv_pathDisplay != 0)) {
        PathClearWayPoints(libMHPP_gv_payloadPath.lv_pathDisplay);
        PathDestroy(libMHPP_gv_payloadPath.lv_pathDisplay);
        libMHPP_gv_payloadPath.lv_pathDisplay = 0;
    }

mods/heroesbrawlmods/brawlmapmods/hanamurapayloadpush.stormmodbase.stormdata/LibMHPP.galaxy:324

    if ((libMHPP_gv_payloadPath.lv_pathDisplay != 0)) {
        PathClearWayPoints(libMHPP_gv_payloadPath.lv_pathDisplay);
        PathDestroy(libMHPP_gv_payloadPath.lv_pathDisplay);
        libMHPP_gv_payloadPath.lv_pathDisplay = 0;
    }

mods/heroesdata.stormmodbase.stormdata/TriggerLibs/GameDataHelperLib.galaxy:13395

    autoE2C695E8_val = UnitGetType(lv_unit);
    if (autoE2C695E8_val == "HeroErik") {
        PathDestroy(libGDHL_gv_lostVikingsPlayer[lv_lVPlayer].lv_erikPath);
        if ((TimerIsPaused(libGDHL_gv_lostVikingsPlayer[lv_lVPlayer].lv_erikDeathTimer) == true)) {
            libAIAI_gf_AITeamDelegateModifyHeroStatusTokensforTeam(libAIAI_ge_AITeamDelegateAddRemoveLaneValue_Remove, libGDHL_gv_aIHeroDelegateTokenValueVikingValue, libGame_gf_TeamNumberOfPlayer(lv_lVPlayer), libAIAI_ge_AITeamDelegateLivingDeadHeroStatusUpdates_HeroAlive);

mods/heroesdata.stormmodbase.stormdata/TriggerLibs/GameDataHelperLib.galaxy:13405

    }
    else if (autoE2C695E8_val == "HeroBaleog") {
        PathDestroy(libGDHL_gv_lostVikingsPlayer[lv_lVPlayer].lv_baleogPath);
        if ((TimerIsPaused(libGDHL_gv_lostVikingsPlayer[lv_lVPlayer].lv_baleogDeathTimer) == true)) {
            libAIAI_gf_AITeamDelegateModifyHeroStatusTokensforTeam(libAIAI_ge_AITeamDelegateAddRemoveLaneValue_Remove, libGDHL_gv_aIHeroDelegateTokenValueVikingValue, libGame_gf_TeamNumberOfPlayer(lv_lVPlayer), libAIAI_ge_AITeamDelegateLivingDeadHeroStatusUpdates_HeroAlive);

mods/heroesdata.stormmodbase.stormdata/TriggerLibs/GameDataHelperLib.galaxy:13415

    }
    else if (autoE2C695E8_val == "HeroOlaf") {
        PathDestroy(libGDHL_gv_lostVikingsPlayer[lv_lVPlayer].lv_olafPath);
        if ((TimerIsPaused(libGDHL_gv_lostVikingsPlayer[lv_lVPlayer].lv_olafDeathTimer) == true)) {
            libAIAI_gf_AITeamDelegateModifyHeroStatusTokensforTeam(libAIAI_ge_AITeamDelegateAddRemoveLaneValue_Remove, libGDHL_gv_aIHeroDelegateTokenValueVikingValue, libGame_gf_TeamNumberOfPlayer(lv_lVPlayer), libAIAI_ge_AITeamDelegateLivingDeadHeroStatusUpdates_HeroAlive);

mods/heroesdata.stormmodbase.stormdata/TriggerLibs/GameDataHelperLib.galaxy:14131

        PathSetLineTexture(PathLastCreated(), c_pathLocationAll, "Assets\\Textures\\storm_waypointline.dds");
        if ((libGDHL_gv_lostVikingsPlayer[lv_lVPlayer].lv_olafRallyDisplayed == true)) {
            PathDestroy(libGDHL_gv_lostVikingsPlayer[lv_lVPlayer].lv_olafDeathRallyDisplay);
        }

mods/heroesdata.stormmodbase.stormdata/TriggerLibs/GameDataHelperLib.galaxy:14143

        PathSetLineTexture(PathLastCreated(), c_pathLocationAll, "Assets\\Textures\\storm_waypointline.dds");
        if ((libGDHL_gv_lostVikingsPlayer[lv_lVPlayer].lv_erikRallyDisplayed == true)) {
            PathDestroy(libGDHL_gv_lostVikingsPlayer[lv_lVPlayer].lv_erikDeathRallyDisplay);
        }

mods/heroesdata.stormmodbase.stormdata/TriggerLibs/GameDataHelperLib.galaxy:14155

        PathSetLineTexture(PathLastCreated(), c_pathLocationAll, "Assets\\Textures\\storm_waypointline.dds");
        if ((libGDHL_gv_lostVikingsPlayer[lv_lVPlayer].lv_baleogRallyDisplayed == true)) {
            PathDestroy(libGDHL_gv_lostVikingsPlayer[lv_lVPlayer].lv_baleogDeathRallyDisplay);
        }

mods/heroesdata.stormmodbase.stormdata/TriggerLibs/GameDataHelperLib.galaxy:14222

        if ((libGDHL_gv_lostVikingsPlayer[lv_lVPlayer].lv_olafRallyDisplayed == true)) {
            PathSetVisible(libGDHL_gv_lostVikingsPlayer[lv_lVPlayer].lv_olafDeathRallyDisplay, c_pathLocationWorld, false);
            PathDestroy(libGDHL_gv_lostVikingsPlayer[lv_lVPlayer].lv_olafDeathRallyDisplay);
            libGDHL_gv_lostVikingsPlayer[lv_lVPlayer].lv_olafRallyDisplayed = false;
        }

mods/heroesdata.stormmodbase.stormdata/TriggerLibs/GameDataHelperLib.galaxy:14230

        if ((libGDHL_gv_lostVikingsPlayer[lv_lVPlayer].lv_erikRallyDisplayed == true)) {
            PathSetVisible(libGDHL_gv_lostVikingsPlayer[lv_lVPlayer].lv_erikDeathRallyDisplay, c_pathLocationWorld, false);
            PathDestroy(libGDHL_gv_lostVikingsPlayer[lv_lVPlayer].lv_erikDeathRallyDisplay);
            libGDHL_gv_lostVikingsPlayer[lv_lVPlayer].lv_erikRallyDisplayed = false;
        }

mods/heroesdata.stormmodbase.stormdata/TriggerLibs/GameDataHelperLib.galaxy:14238

        if ((libGDHL_gv_lostVikingsPlayer[lv_lVPlayer].lv_baleogRallyDisplayed == true)) {
            PathSetVisible(libGDHL_gv_lostVikingsPlayer[lv_lVPlayer].lv_baleogDeathRallyDisplay, c_pathLocationWorld, false);
            PathDestroy(libGDHL_gv_lostVikingsPlayer[lv_lVPlayer].lv_baleogDeathRallyDisplay);
            libGDHL_gv_lostVikingsPlayer[lv_lVPlayer].lv_baleogRallyDisplayed = false;
        }

mods/heroesdata.stormmodbase.stormdata/TriggerLibs/GameDataHelperLib.galaxy:15861

        Wait(0.0625, c_timeGame);
    }
    PathDestroy(lv_localPathDisplay);
    return true;
}

mods/heroesdata.stormmodbase.stormdata/TriggerLibs/MapMechanicsLib.galaxy:2107

        }
        else if ((libMapM_gv_jungleMiniMapPathCurrentIndex[lv_mercLanerGroup] >= libMapM_gv_jungleMiniMapPathIndexMaximum[lv_mercLanerGroup])) {
            PathDestroy(libMapM_gv_jungleMiniMapPath[lv_mercLanerGroup]);
            PathCreateForUnit(PlayerGroupAll(), lp_mercLeader);
            libMapM_gv_jungleMiniMapPath[lv_mercLanerGroup] = PathLastCreated();

mods/heroesdata.stormmodbase.stormdata/TriggerLibs/MapMechanicsLib.galaxy:2119

        if ((libMapM_gv_jungleMiniMapPath[lv_mercLanerGroup] != 0)) {
            PathClearWayPoints(libMapM_gv_jungleMiniMapPath[lv_mercLanerGroup]);
            PathDestroy(libMapM_gv_jungleMiniMapPath[lv_mercLanerGroup]);
        }

mods/heroesdata.stormmodbase.stormdata/TriggerLibs/MapMechanicsLib.galaxy:5471

            if ((libNtve_gf_UnitGroupIsDead(libMapM_gv_jungleMiniMapIconGroup[lv_itMercGroup]) == true)) {
                if ((libMapM_gv_jungleMiniMapPath[lv_itMercGroup] != 0)) {
                    PathDestroy(libMapM_gv_jungleMiniMapPath[lv_itMercGroup]);
                    libMapM_gv_jungleMiniMapPath[lv_itMercGroup] = 0;
                }

mods/heroesdata.stormmodbase.stormdata/TriggerLibs/UILib.galaxy:2441


    UnitClearSelection(lp_player);
    PathDestroy(libGame_gv_players[lp_player].lv_pathDisplay);
    UnitSetCustomValue(libGame_gv_players[lp_player].lv_heroUnit, libCore_gf_CustomValueIndex(libCore_ge_CustomValueIndexes_HeroIsSwappingIndex), 1.0);
    UnitGroupRemove(libGame_gv_heroes, libGame_gv_players[lp_player].lv_heroUnit);

mods/heroesdata.stormmodbase.stormdata/TriggerLibs/UILib.galaxy:8002

        }
    }
    PathDestroy(libGame_gv_players[lp_player].lv_onMyWayPathDisplay);
    if (((UnitGetType(libGame_gv_players[lp_player].lv_heroUnit) == "HeroLostVikingsController"))) {
        PathCreateForUnit(lv_pingPlayerGroup, UnitGroupUnit(UnitGroupSelected(lp_player), 1));

mods/heroesdata.stormmodbase.stormdata/TriggerLibs/UILib.galaxy:15993

    for ( ; ( (autoB660A991_ai >= 0 && lv_itPlayer <= autoB660A991_ae) || (autoB660A991_ai < 0 && lv_itPlayer >= autoB660A991_ae) ) ; lv_itPlayer += autoB660A991_ai ) {
        if ((EventTimer() == libUIUI_gv_onMyWayPingPathDisplayTimer[lv_itPlayer])) {
            PathDestroy(libGame_gv_players[lv_itPlayer].lv_onMyWayPathDisplay);
            break;
        }

mods/heroesmapmods/battlegroundmapmods/battlefieldofeternity.stormmodbase.stormdata/LibMLBD.galaxy:1154

            if ((DistanceBetweenPoints(UnitGetPosition(libMLBD_gv_mMBOEBossesLaning), libMLBD_gv_mMBOELaningRallyPoint) <= 0.5)) {
                UnitRemove(lv_flyPathingLineUnit);
                PathDestroy(libMLBD_gv_mMBOELaningPathLine);
                PingDestroy(lv_flyPathingTargetPing[0]);
                PingDestroy(lv_flyPathingTargetPing[1]);

mods/heroesmapmods/battlegroundmapmods/battlefieldofeternity.stormmodbase.stormdata/LibMLBD.galaxy:1212

        }
        else if ((libMLBD_gv_mMBOE_BossLanerPathCurrentIndex >= libMLBD_gv_mMBOE_BossLanerPathIndexMax)) {
            PathDestroy(libMLBD_gv_mMBOELaningPathLine);
            PathCreateForUnit(PlayerGroupAll(), lp_unit);
            libMLBD_gv_mMBOELaningPathLine = PathLastCreated();

mods/heroesmapmods/battlegroundmapmods/battlefieldofeternity.stormmodbase.stormdata/LibMLBD.galaxy:2804

    libSond_gf_SoundtrackPlayMapSoundtrackAsDefaultSoundtrackForAllPlayers();
    libMLBD_gf_MMBOEAwardBossXP(libMLBD_gv_mMBOEBossesLaning, libMLBD_gv_mMBOEXPValue);
    PathDestroy(libMLBD_gv_mMBOELaningPathLine);
    PingDestroy(libMLBD_gv_mMBOELaningBossPing[0]);
    PingDestroy(libMLBD_gv_mMBOELaningBossPing[1]);

mods/heroesmapmods/battlegroundmapmods/braxisholdout.stormmodbase.stormdata/LibSCHO.galaxy:2373

        }
        else if ((libSCHO_gv_mMHO_ArchangelCurrentPathIndex >= libSCHO_gv_mMHO_ArchangelPathIndexMax)) {
            PathDestroy(libSCHO_gv_mMHO_ArchangelLanerPathLine);
            PathCreateForUnit(PlayerGroupAll(), lp_unit);
            libSCHO_gv_mMHO_ArchangelLanerPathLine = PathLastCreated();

mods/heroesmapmods/battlegroundmapmods/braxisholdout.stormmodbase.stormdata/LibSCHO.galaxy:3037

        PingDestroy(libSCHO_gv_mMHO_ObsZergPing[lp_team]);
        libSCHO_gv_mMHO_ObsZergPing[lp_team] = c_invalidPingId;
        PathDestroy(libSCHO_gv_mMHO_ZergPaths[lp_team]);
    }
}

mods/heroesmapmods/battlegroundmapmods/braxisholdout.stormmodbase.stormdata/LibSCHO.galaxy:3090

        }
        else if ((libSCHO_gv_mMHO_ZergCurrentPathIndex[lp_team] >= libSCHO_gv_mMHO_ZergPathIndexMax[lp_team])) {
            PathDestroy(libSCHO_gv_mMHO_ZergPaths[lp_team]);
            PathCreateForUnit(PlayerGroupAll(), libSCHO_gv_mMHO_ZergIconUnit[lp_team].lv_iconUnit);
            PathSetOwnerPlayerId(PathLastCreated(), libGame_gf_ComputerPlayerInTeam(lp_team));

mods/heroesmapmods/battlegroundmapmods/braxisholdout.stormmodbase.stormdata/LibSCHO.galaxy:3105

        if ((libSCHO_gv_mMHO_ZergPaths[lp_team] != 0)) {
            PathClearWayPoints(libSCHO_gv_mMHO_ZergPaths[lp_team]);
            PathDestroy(libSCHO_gv_mMHO_ZergPaths[lp_team]);
        }

mods/heroesmapmods/battlegroundmapmods/braxisholdout.stormmodbase.stormdata/LibSCHO.galaxy:4266

    libSCHO_gv_mMHO_ArchangelCurrentPathIndex = 1;
    libSCHO_gv_mMHO_ArchangelPathIndexMax = 1;
    PathDestroy(libSCHO_gv_mMHO_ArchangelLanerPathLine);
    PingDestroy(libSCHO_gv_mMHO_ArchangelLanerPing[0]);
    PingDestroy(libSCHO_gv_mMHO_ArchangelLanerPing[1]);

mods/heroesmapmods/battlegroundmapmods/hanamura.stormmodbase.stormdata/LibNPLD.galaxy:214

    libNPLD_gf_SendInstantEventPayloadReachedDestination(lp_team);
    UnitCreateEffectUnit(libNPLD_gv_neutralPayload.lv_unit, "RegenGlobePickupSearchSet", libNPLD_gv_neutralPayload.lv_unit);
    PathDestroy(libNPLD_gv_neutralPayload.lv_pathDisplay_Order);
    PathDestroy(libNPLD_gv_neutralPayload.lv_pathDisplay_Chaos);
    UnitBehaviorAdd(libNPLD_gv_neutralPayload.lv_unit, "Payload_ReachedDestination", libNPLD_gv_neutralPayload.lv_unit, 1);

mods/heroesmapmods/battlegroundmapmods/hanamura.stormmodbase.stormdata/LibNPLD.galaxy:215

    UnitCreateEffectUnit(libNPLD_gv_neutralPayload.lv_unit, "RegenGlobePickupSearchSet", libNPLD_gv_neutralPayload.lv_unit);
    PathDestroy(libNPLD_gv_neutralPayload.lv_pathDisplay_Order);
    PathDestroy(libNPLD_gv_neutralPayload.lv_pathDisplay_Chaos);
    UnitBehaviorAdd(libNPLD_gv_neutralPayload.lv_unit, "Payload_ReachedDestination", libNPLD_gv_neutralPayload.lv_unit, 1);
    UnitKill(libCore_gf_UnitStoredForUnit(libNPLD_gv_neutralPayload.lv_unit, 1));

mods/heroesmapmods/battlegroundmapmods/hanamura.stormmodbase.stormdata/LibNPLD.galaxy:404

    }

    PathDestroy(libNPLD_gv_neutralPayload.lv_pathDisplay_Order);
    PathDestroy(libNPLD_gv_neutralPayload.lv_pathDisplay_Chaos);
    PathCreateForUnit(PlayerGroupAll(), libNPLD_gv_neutralPayload.lv_unit);

mods/heroesmapmods/battlegroundmapmods/hanamura.stormmodbase.stormdata/LibNPLD.galaxy:405


    PathDestroy(libNPLD_gv_neutralPayload.lv_pathDisplay_Order);
    PathDestroy(libNPLD_gv_neutralPayload.lv_pathDisplay_Chaos);
    PathCreateForUnit(PlayerGroupAll(), libNPLD_gv_neutralPayload.lv_unit);
    libNPLD_gv_neutralPayload.lv_pathDisplay_Order = PathLastCreated();

mods/heroesmapmods/battlegroundmapmods/hanamura.stormmodbase.stormdata/LibNPLD.galaxy:704

    // Implementation
    UnitRemove(libNPLD_gv_neutralPayload.lv_warningUnit);
    PathDestroy(libNPLD_gv_neutralPayload.lv_warningPathDisplay[libGame_gv_teamOrderIndex_C]);
    PathDestroy(libNPLD_gv_neutralPayload.lv_warningPathDisplay[libGame_gv_teamChaosIndex_C]);
}

mods/heroesmapmods/battlegroundmapmods/hanamura.stormmodbase.stormdata/LibNPLD.galaxy:705

    UnitRemove(libNPLD_gv_neutralPayload.lv_warningUnit);
    PathDestroy(libNPLD_gv_neutralPayload.lv_warningPathDisplay[libGame_gv_teamOrderIndex_C]);
    PathDestroy(libNPLD_gv_neutralPayload.lv_warningPathDisplay[libGame_gv_teamChaosIndex_C]);
}

mods/heromods/thefirelords.stormmodbase.stormdata/LibHMaj.galaxy:217

    if ((libHMaj_gv_lavaWaveMiniMapPathId[lp_player][lp_lavaWaveIndex] != 0)) {
        PathClearWayPoints(libHMaj_gv_lavaWaveMiniMapPathId[lp_player][lp_lavaWaveIndex]);
        PathDestroy(libHMaj_gv_lavaWaveMiniMapPathId[lp_player][lp_lavaWaveIndex]);
        libHMaj_gv_lavaWaveMiniMapPathId[lp_player][lp_lavaWaveIndex] = 0;
    }

mods/novastoryassets.sc2modbase3.sc2maps/maps/campaign/nova/nova09.sc2map/MapScript.galaxy:787

        lv_waypointCount += 1;
    }
    PathDestroy(gv_hyperionMinimapPathDisplay);
    PathCreateForUnit(PlayerGroupAll(), lp_pathDisplayUnit);
    gv_hyperionMinimapPathDisplay = PathLastCreated();

mods/novastoryassets.sc2modbase3.sc2maps/maps/campaign/nova/nova09.sc2map/MapScript.galaxy:816

    }

    PathDestroy(gv_hyperionMinimapPathDisplay);
    return true;
}

mods/novastoryassets.sc2modbase3.sc2maps/maps/campaign/nova/nova09.sc2map/MapScript.galaxy:2024

    }

    PathDestroy(gv_xanthosMinimapPathDisplay);
    PathCreateForUnit(PlayerGroupAll(), gv_xanthos);
    gv_xanthosMinimapPathDisplay = PathLastCreated();

mods/novastoryassets.sc2modbase3.sc2maps/maps/campaign/nova/nova09.sc2map/MapScript.galaxy:2334


    libNtve_gf_StopTimer(gv_xanthosTimeoutTimer);
    PathDestroy(gv_xanthosMinimapPathDisplay);
    TriggerExecute(gt_XanthosJumpsToSafetyTransmissionQ, true, false);
    PingDestroy(gv_xanthosMinimapPing);

mods/novastoryassets.sc2modbase3.sc2maps/maps/campaign/nova/nova09.sc2map/MapScript.galaxy:3407


    TriggerEnable(TriggerGetCurrent(), false);
    PathDestroy(gv_hyperionMinimapPathDisplay);
    TriggerExecute(gt_HyperionFallsBackQ, true, false);
    Wait(3.0, c_timeGame);

mods/novastoryassets.sc2modbase3.sc2maps/maps/campaign/nova/nova09.sc2map/MapScript.galaxy:3635

        }
        gv_xanthosTargetGorgon = UnitGroupClosestToPoint(lv_gorgonGroup, UnitGetPosition(gv_xanthos));
        PathDestroy(gv_xanthosMinimapPathDisplay);
        PathCreateForUnit(PlayerGroupAll(), gv_xanthos);
        gv_xanthosMinimapPathDisplay = PathLastCreated();

mods/novastoryassets.sc2mod/base3.sc2maps/maps/campaign/nova/nova09.sc2mapMapScript.galaxy:787

        lv_waypointCount += 1;
    }
    PathDestroy(gv_hyperionMinimapPathDisplay);
    PathCreateForUnit(PlayerGroupAll(), lp_pathDisplayUnit);
    gv_hyperionMinimapPathDisplay = PathLastCreated();

mods/novastoryassets.sc2mod/base3.sc2maps/maps/campaign/nova/nova09.sc2mapMapScript.galaxy:816

    }

    PathDestroy(gv_hyperionMinimapPathDisplay);
    return true;
}

mods/novastoryassets.sc2mod/base3.sc2maps/maps/campaign/nova/nova09.sc2mapMapScript.galaxy:2024

    }

    PathDestroy(gv_xanthosMinimapPathDisplay);
    PathCreateForUnit(PlayerGroupAll(), gv_xanthos);
    gv_xanthosMinimapPathDisplay = PathLastCreated();

mods/novastoryassets.sc2mod/base3.sc2maps/maps/campaign/nova/nova09.sc2mapMapScript.galaxy:2334


    libNtve_gf_StopTimer(gv_xanthosTimeoutTimer);
    PathDestroy(gv_xanthosMinimapPathDisplay);
    TriggerExecute(gt_XanthosJumpsToSafetyTransmissionQ, true, false);
    PingDestroy(gv_xanthosMinimapPing);

mods/novastoryassets.sc2mod/base3.sc2maps/maps/campaign/nova/nova09.sc2mapMapScript.galaxy:3407


    TriggerEnable(TriggerGetCurrent(), false);
    PathDestroy(gv_hyperionMinimapPathDisplay);
    TriggerExecute(gt_HyperionFallsBackQ, true, false);
    Wait(3.0, c_timeGame);

mods/novastoryassets.sc2mod/base3.sc2maps/maps/campaign/nova/nova09.sc2mapMapScript.galaxy:3635

        }
        gv_xanthosTargetGorgon = UnitGroupClosestToPoint(lv_gorgonGroup, UnitGetPosition(gv_xanthos));
        PathDestroy(gv_xanthosMinimapPathDisplay);
        PathCreateForUnit(PlayerGroupAll(), gv_xanthos);
        gv_xanthosMinimapPathDisplay = PathLastCreated();