# Destroy Path Display
Grammar — Destroy pathDisplay
Flags —Native
|Action
# Arguments
int
<path> — Path Display
Returns — void
native void PathDestroy(int inPathId);
# Related
Category: UI / Path Display
- Create Path Display For Unit —
int
<path> — PathCreateForUnit - Create Path Display For Unit Type —
int
<path> — PathCreateForUnitType - Last Path Display Created —
int
<path> — PathLastCreated - Destroy Path Display —
void
— PathDestroy - Destroy Path Displays For Players —
void
— PathDestroyAll - Set Path Display Destination Point —
void
— PathSetDestinationPoint - Get Path Display Destination Point —
point
— PathGetDestinationPoint - Set Path Display Destination Unit —
void
— PathSetDestinationUnit - Get Path Display Destination Unit —
unit
— PathGetDestinationUnit - Set Path Display Source Point —
void
— PathSetSourcePoint - Get Path Display Source Point —
point
— PathGetSourcePoint - Set Path Display Source Unit —
void
— PathSetSourceUnit - Get Path Display Source Unit —
unit
— PathGetSourceUnit - Get Path Display Unit —
unit
— PathGetUnit - Get Path Display Unit Type —
string
<gamelink::Unit> — PathGetUnitType - Set Path Display Line Texture —
void
— PathSetLineTexture - Get Path Display Line Texture —
string
<filepath> — PathGetLineTexture - Set Path Display Line Tile Length —
void
— PathSetLineTileLength - Get Path Display Line Tile Length —
fixed
— PathGetLineTileLength - Set Path Display Line Width —
void
— PathSetLineWidth - Get Path Display Line Width —
fixed
— PathGetLineWidth - Set Path Display Step Midpoint —
void
— PathSetStepMidpoint - Get Path Display Step Midpoint —
fixed
— PathGetStepMidpoint - Set Path Display Step Model —
void
— PathSetStepModel - Get Path Display Step Model —
string
<filepath> — PathGetStepModel - Set Path Display Step Model Scale —
void
— PathSetStepModelScale - Get Path Display Step Model Scale —
fixed
— PathGetStepModelScale - Set Path Display Color —
void
— PathSetColor - Get Path Display Color —
color
— PathGetColor - Set Path Display Visibility —
void
— PathSetVisible - Get Path Display Visibility —
bool
<preset::VisibleHiddenOption> — PathGetVisible - Set Path Display Abil Class Filter —
void
— PathSetAbilClassFilter - Clear Path Display Waypoints —
void
— PathClearWayPoints - Add Path Display Waypoint —
void
— PathAddWayPoint - Set Path Display Minimum Linear Distance —
void
— PathSetMinimumLinearDistance - Get Path Display Minimum Linear Distance —
fixed
— PathGetMinimumLinearDistance - Set Path Display Minimum Travel Distance —
void
— PathSetMinimumTravelDistance - Get Path Display Minimum Travel Distance —
fixed
— PathGetMinimumTravelDistance - Set Path Display Minimum Turn Count —
void
— PathSetMinimumStepCount - Get Path Display Minimum Turn Count —
int
— PathGetMinimumStepCount
# Examples
mods/heroes.stormmod — base.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.stormmod — base.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.stormmod — base.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.stormmod — base.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.stormmod — base.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.stormmod — base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap/MapScript.galaxy:3449
Wait(0.0625, c_timeGame);
}
PathDestroy(PathLastCreated());
return true;
}
mods/heroes.stormmod — base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap/MapScript.galaxy:3808
Wait(0.0625, c_timeGame);
}
PathDestroy(PathLastCreated());
return true;
}
mods/heroes.stormmod — base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap/MapScript.galaxy:4204
Wait(0.0625, c_timeGame);
}
PathDestroy(PathLastCreated());
return true;
}
mods/heroes.stormmod — base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorialmapmechanics.stormmap/MapScript.galaxy:1773
Wait(0.0625, c_timeGame);
}
PathDestroy(PathLastCreated());
return true;
}
mods/heroes.stormmod — base.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.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.stormmod/base.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.stormmod/base.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.stormmod/base.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.stormmod/base.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.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap — MapScript.galaxy:3449
Wait(0.0625, c_timeGame);
}
PathDestroy(PathLastCreated());
return true;
}
mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap — MapScript.galaxy:3808
Wait(0.0625, c_timeGame);
}
PathDestroy(PathLastCreated());
return true;
}
mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap — MapScript.galaxy:4204
Wait(0.0625, c_timeGame);
}
PathDestroy(PathLastCreated());
return true;
}
mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorialmapmechanics.stormmap — MapScript.galaxy:1773
Wait(0.0625, c_timeGame);
}
PathDestroy(PathLastCreated());
return true;
}
mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorialmapmechanics.stormmap — MapScript.galaxy:2588
Wait(0.0625, c_timeGame);
}
PathDestroy(PathLastCreated());
return true;
}
mods/heroesbrawlmods/arenamodemods/arenamode.stormmod — base.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.stormmod — base.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.stormmod — base.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.stormmod — base.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.stormmod — base.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.stormmod — base.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.stormmod — base.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.stormmod — base.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.stormmod — base.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.stormmod — base.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.stormmod — base.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.stormmod — base.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.stormmod — base.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.stormmod — base.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.stormmod — base.stormdata/TriggerLibs/GameDataHelperLib.galaxy:15861
Wait(0.0625, c_timeGame);
}
PathDestroy(lv_localPathDisplay);
return true;
}
mods/heroesdata.stormmod — base.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.stormmod — base.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.stormmod — base.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.stormmod — base.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.stormmod — base.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.stormmod — base.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.stormmod — base.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.stormmod — base.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.stormmod — base.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.stormmod — base.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.stormmod — base.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.stormmod — base.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.stormmod — base.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.stormmod — base.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.stormmod — base.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.stormmod — base.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.stormmod — base.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.stormmod — base.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.stormmod — base.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.stormmod — base.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.stormmod — base.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.sc2mod — base3.sc2maps/maps/campaign/nova/nova09.sc2map/MapScript.galaxy:787
lv_waypointCount += 1;
}
PathDestroy(gv_hyperionMinimapPathDisplay);
PathCreateForUnit(PlayerGroupAll(), lp_pathDisplayUnit);
gv_hyperionMinimapPathDisplay = PathLastCreated();
mods/novastoryassets.sc2mod — base3.sc2maps/maps/campaign/nova/nova09.sc2map/MapScript.galaxy:816
}
PathDestroy(gv_hyperionMinimapPathDisplay);
return true;
}
mods/novastoryassets.sc2mod — base3.sc2maps/maps/campaign/nova/nova09.sc2map/MapScript.galaxy:2024
}
PathDestroy(gv_xanthosMinimapPathDisplay);
PathCreateForUnit(PlayerGroupAll(), gv_xanthos);
gv_xanthosMinimapPathDisplay = PathLastCreated();
mods/novastoryassets.sc2mod — base3.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.sc2mod — base3.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.sc2mod — base3.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.sc2map — MapScript.galaxy:787
lv_waypointCount += 1;
}
PathDestroy(gv_hyperionMinimapPathDisplay);
PathCreateForUnit(PlayerGroupAll(), lp_pathDisplayUnit);
gv_hyperionMinimapPathDisplay = PathLastCreated();
mods/novastoryassets.sc2mod/base3.sc2maps/maps/campaign/nova/nova09.sc2map — MapScript.galaxy:816
}
PathDestroy(gv_hyperionMinimapPathDisplay);
return true;
}
mods/novastoryassets.sc2mod/base3.sc2maps/maps/campaign/nova/nova09.sc2map — MapScript.galaxy:2024
}
PathDestroy(gv_xanthosMinimapPathDisplay);
PathCreateForUnit(PlayerGroupAll(), gv_xanthos);
gv_xanthosMinimapPathDisplay = PathLastCreated();
mods/novastoryassets.sc2mod/base3.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.sc2mod/base3.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.sc2mod/base3.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();