# Add Path Display Waypoint
Grammar — Add a waypoint at wayPoint to path pathDisplay
Flags —Native
|Action
# Arguments
int
<path> — Path Displaypoint
— Way Point
Returns — void
native void PathAddWayPoint(
int inPathId,
point inWayPoint,
);
# 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:336
PathCreateForUnitType(PlayerGroupAll(), "FootmanMinion", libStEx_gv_pLAYER_11_ORDER, PointFromId(1129906521));
PathSetDestinationPoint(PathLastCreated(), PointFromId(80));
PathAddWayPoint(PathLastCreated(), PointFromId(2117));
PathAddWayPoint(PathLastCreated(), PointFromId(2119));
PathAddWayPoint(PathLastCreated(), PointFromId(2121));
mods/heroes.stormmod — base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap/MapScript.galaxy:337
PathSetDestinationPoint(PathLastCreated(), PointFromId(80));
PathAddWayPoint(PathLastCreated(), PointFromId(2117));
PathAddWayPoint(PathLastCreated(), PointFromId(2119));
PathAddWayPoint(PathLastCreated(), PointFromId(2121));
PathAddWayPoint(PathLastCreated(), PointFromId(581));
mods/heroes.stormmod — base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap/MapScript.galaxy:338
PathAddWayPoint(PathLastCreated(), PointFromId(2117));
PathAddWayPoint(PathLastCreated(), PointFromId(2119));
PathAddWayPoint(PathLastCreated(), PointFromId(2121));
PathAddWayPoint(PathLastCreated(), PointFromId(581));
PathAddWayPoint(PathLastCreated(), PointFromId(3551));
mods/heroes.stormmod — base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap/MapScript.galaxy:339
PathAddWayPoint(PathLastCreated(), PointFromId(2119));
PathAddWayPoint(PathLastCreated(), PointFromId(2121));
PathAddWayPoint(PathLastCreated(), PointFromId(581));
PathAddWayPoint(PathLastCreated(), PointFromId(3551));
PathAddWayPoint(PathLastCreated(), PointFromId(582));
mods/heroes.stormmod — base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap/MapScript.galaxy:340
PathAddWayPoint(PathLastCreated(), PointFromId(2121));
PathAddWayPoint(PathLastCreated(), PointFromId(581));
PathAddWayPoint(PathLastCreated(), PointFromId(3551));
PathAddWayPoint(PathLastCreated(), PointFromId(582));
PathAddWayPoint(PathLastCreated(), PointFromId(53));
mods/heroes.stormmod — base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap/MapScript.galaxy:341
PathAddWayPoint(PathLastCreated(), PointFromId(581));
PathAddWayPoint(PathLastCreated(), PointFromId(3551));
PathAddWayPoint(PathLastCreated(), PointFromId(582));
PathAddWayPoint(PathLastCreated(), PointFromId(53));
PathAddWayPoint(PathLastCreated(), PointFromId(2134));
mods/heroes.stormmod — base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap/MapScript.galaxy:342
PathAddWayPoint(PathLastCreated(), PointFromId(3551));
PathAddWayPoint(PathLastCreated(), PointFromId(582));
PathAddWayPoint(PathLastCreated(), PointFromId(53));
PathAddWayPoint(PathLastCreated(), PointFromId(2134));
PathAddWayPoint(PathLastCreated(), PointFromId(2131));
mods/heroes.stormmod — base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap/MapScript.galaxy:343
PathAddWayPoint(PathLastCreated(), PointFromId(582));
PathAddWayPoint(PathLastCreated(), PointFromId(53));
PathAddWayPoint(PathLastCreated(), PointFromId(2134));
PathAddWayPoint(PathLastCreated(), PointFromId(2131));
}
mods/heroes.stormmod — base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap/MapScript.galaxy:344
PathAddWayPoint(PathLastCreated(), PointFromId(53));
PathAddWayPoint(PathLastCreated(), PointFromId(2134));
PathAddWayPoint(PathLastCreated(), PointFromId(2131));
}
else if (auto08F105A4_val == 2) {
mods/heroes.stormmod — base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap/MapScript.galaxy:349
PathCreateForUnitType(PlayerGroupAll(), "FootmanMinion", libStEx_gv_pLAYER_11_ORDER, PointFromId(597304232));
PathSetDestinationPoint(PathLastCreated(), PointFromId(542));
PathAddWayPoint(PathLastCreated(), PointFromId(2145));
PathAddWayPoint(PathLastCreated(), PointFromId(2149));
PathAddWayPoint(PathLastCreated(), PointFromId(2151));
mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap — MapScript.galaxy:336
PathCreateForUnitType(PlayerGroupAll(), "FootmanMinion", libStEx_gv_pLAYER_11_ORDER, PointFromId(1129906521));
PathSetDestinationPoint(PathLastCreated(), PointFromId(80));
PathAddWayPoint(PathLastCreated(), PointFromId(2117));
PathAddWayPoint(PathLastCreated(), PointFromId(2119));
PathAddWayPoint(PathLastCreated(), PointFromId(2121));
mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap — MapScript.galaxy:337
PathSetDestinationPoint(PathLastCreated(), PointFromId(80));
PathAddWayPoint(PathLastCreated(), PointFromId(2117));
PathAddWayPoint(PathLastCreated(), PointFromId(2119));
PathAddWayPoint(PathLastCreated(), PointFromId(2121));
PathAddWayPoint(PathLastCreated(), PointFromId(581));
mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap — MapScript.galaxy:338
PathAddWayPoint(PathLastCreated(), PointFromId(2117));
PathAddWayPoint(PathLastCreated(), PointFromId(2119));
PathAddWayPoint(PathLastCreated(), PointFromId(2121));
PathAddWayPoint(PathLastCreated(), PointFromId(581));
PathAddWayPoint(PathLastCreated(), PointFromId(3551));
mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap — MapScript.galaxy:339
PathAddWayPoint(PathLastCreated(), PointFromId(2119));
PathAddWayPoint(PathLastCreated(), PointFromId(2121));
PathAddWayPoint(PathLastCreated(), PointFromId(581));
PathAddWayPoint(PathLastCreated(), PointFromId(3551));
PathAddWayPoint(PathLastCreated(), PointFromId(582));
mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap — MapScript.galaxy:340
PathAddWayPoint(PathLastCreated(), PointFromId(2121));
PathAddWayPoint(PathLastCreated(), PointFromId(581));
PathAddWayPoint(PathLastCreated(), PointFromId(3551));
PathAddWayPoint(PathLastCreated(), PointFromId(582));
PathAddWayPoint(PathLastCreated(), PointFromId(53));
mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap — MapScript.galaxy:341
PathAddWayPoint(PathLastCreated(), PointFromId(581));
PathAddWayPoint(PathLastCreated(), PointFromId(3551));
PathAddWayPoint(PathLastCreated(), PointFromId(582));
PathAddWayPoint(PathLastCreated(), PointFromId(53));
PathAddWayPoint(PathLastCreated(), PointFromId(2134));
mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap — MapScript.galaxy:342
PathAddWayPoint(PathLastCreated(), PointFromId(3551));
PathAddWayPoint(PathLastCreated(), PointFromId(582));
PathAddWayPoint(PathLastCreated(), PointFromId(53));
PathAddWayPoint(PathLastCreated(), PointFromId(2134));
PathAddWayPoint(PathLastCreated(), PointFromId(2131));
mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap — MapScript.galaxy:343
PathAddWayPoint(PathLastCreated(), PointFromId(582));
PathAddWayPoint(PathLastCreated(), PointFromId(53));
PathAddWayPoint(PathLastCreated(), PointFromId(2134));
PathAddWayPoint(PathLastCreated(), PointFromId(2131));
}
mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap — MapScript.galaxy:344
PathAddWayPoint(PathLastCreated(), PointFromId(53));
PathAddWayPoint(PathLastCreated(), PointFromId(2134));
PathAddWayPoint(PathLastCreated(), PointFromId(2131));
}
else if (auto08F105A4_val == 2) {
mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap — MapScript.galaxy:349
PathCreateForUnitType(PlayerGroupAll(), "FootmanMinion", libStEx_gv_pLAYER_11_ORDER, PointFromId(597304232));
PathSetDestinationPoint(PathLastCreated(), PointFromId(542));
PathAddWayPoint(PathLastCreated(), PointFromId(2145));
PathAddWayPoint(PathLastCreated(), PointFromId(2149));
PathAddWayPoint(PathLastCreated(), PointFromId(2151));
mods/heroesbrawlmods/brawlmapmods/hanamurapayloadpush.stormmod — base.stormdata/LibMHPP.galaxy:303
lv_itWaypoint = (libMHPP_gv_payloadPath.lv_payloadCurrentIndex + 1);
for ( ; ( (autoD5752285_ai >= 0 && lv_itWaypoint <= autoD5752285_ae) || (autoD5752285_ai < 0 && lv_itWaypoint >= autoD5752285_ae) ) ; lv_itWaypoint += autoD5752285_ai ) {
PathAddWayPoint(libMHPP_gv_payloadPath.lv_pathDisplay, libMHPP_gv_payloadPath.lv_path[lv_itWaypoint]);
libMHPP_gv_payloadPath.lv_pathIndexMax += 1;
}
mods/heroesbrawlmods/brawlmapmods/hanamurapayloadpush.stormmod — base.stormdata/LibMHPP.galaxy:345
lv_itWaypoint = libMHPP_gv_payloadPath.lv_payloadCurrentIndex;
for ( ; ( (auto23E03454_ai >= 0 && lv_itWaypoint <= auto23E03454_ae) || (auto23E03454_ai < 0 && lv_itWaypoint >= auto23E03454_ae) ) ; lv_itWaypoint += auto23E03454_ai ) {
PathAddWayPoint(libMHPP_gv_payloadPath.lv_pathDisplay, libMHPP_gv_payloadPath.lv_path[lv_itWaypoint]);
libMHPP_gv_payloadPath.lv_pathIndexMax += 1;
}
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/MapMechanicsLib.galaxy:2135
PathSetDestinationUnit(libMapM_gv_jungleMiniMapPath[lv_mercLanerGroup], libGame_gv_teams[libGame_gv_teamChaosIndex_C].lv_core);
while ((lv_itWaypoint < (libGame_gv_laneData[lv_currentLane].lv_waypointCount - 1))) {
PathAddWayPoint(libMapM_gv_jungleMiniMapPath[lv_mercLanerGroup], libGame_gv_laneData[lv_currentLane].lv_waypoints[lv_itWaypoint]);
libMapM_gv_jungleMiniMapPathIndexMaximum[lv_mercLanerGroup] += 1;
if ((lp_newPath == true)) {
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/MapMechanicsLib.galaxy:2153
PathSetDestinationUnit(libMapM_gv_jungleMiniMapPath[lv_mercLanerGroup], libGame_gv_teams[libGame_gv_teamOrderIndex_C].lv_core);
while ((lv_itWaypoint > 1)) {
PathAddWayPoint(libMapM_gv_jungleMiniMapPath[lv_mercLanerGroup], libGame_gv_laneData[lv_currentLane].lv_waypoints[lv_itWaypoint]);
libMapM_gv_jungleMiniMapPathIndexMaximum[lv_mercLanerGroup] += 1;
if ((lp_newPath == true)) {
mods/heroesmapmods/battlegroundmapmods/battlefieldofeternity.stormmod — base.stormdata/LibMLBD.galaxy:1239
PathSetDestinationUnit(libMLBD_gv_mMBOELaningPathLine, libGame_gv_teams[libGame_gv_teamChaosIndex_C].lv_core);
while ((lv_itWaypoint < (libGame_gv_laneData[lv_currentLane].lv_waypointCount - 1))) {
PathAddWayPoint(libMLBD_gv_mMBOELaningPathLine, libGame_gv_laneData[lv_currentLane].lv_waypoints[lv_itWaypoint]);
lv_itWaypoint += 1;
libMLBD_gv_mMBOE_BossLanerPathIndexMax += 1;
mods/heroesmapmods/battlegroundmapmods/battlefieldofeternity.stormmod — base.stormdata/LibMLBD.galaxy:1248
PathSetDestinationUnit(libMLBD_gv_mMBOELaningPathLine, libGame_gv_teams[libGame_gv_teamOrderIndex_C].lv_core);
while ((lv_itWaypoint > 1)) {
PathAddWayPoint(libMLBD_gv_mMBOELaningPathLine, libGame_gv_laneData[lv_currentLane].lv_waypoints[lv_itWaypoint]);
lv_itWaypoint -= 1;
libMLBD_gv_mMBOE_BossLanerPathIndexMax += 1;
mods/heroesmapmods/battlegroundmapmods/braxisholdout.stormmod — base.stormdata/LibSCHO.galaxy:2393
PathSetDestinationUnit(libSCHO_gv_mMHO_ArchangelLanerPathLine, libGame_gv_teams[libGame_gv_teamChaosIndex_C].lv_core);
while ((lv_itWaypoint < (libGame_gv_laneData[lv_currentLane].lv_waypointCount - 1))) {
PathAddWayPoint(libSCHO_gv_mMHO_ArchangelLanerPathLine, libGame_gv_laneData[lv_currentLane].lv_waypoints[lv_itWaypoint]);
lv_itWaypoint += 1;
libSCHO_gv_mMHO_ArchangelPathIndexMax += 1;
mods/heroesmapmods/battlegroundmapmods/braxisholdout.stormmod — base.stormdata/LibSCHO.galaxy:2402
PathSetDestinationUnit(libSCHO_gv_mMHO_ArchangelLanerPathLine, libGame_gv_teams[libGame_gv_teamOrderIndex_C].lv_core);
while ((lv_itWaypoint > 1)) {
PathAddWayPoint(libSCHO_gv_mMHO_ArchangelLanerPathLine, libGame_gv_laneData[lv_currentLane].lv_waypoints[lv_itWaypoint]);
lv_itWaypoint -= 1;
libSCHO_gv_mMHO_ArchangelPathIndexMax += 1;
mods/heroesmapmods/battlegroundmapmods/braxisholdout.stormmod — base.stormdata/LibSCHO.galaxy:3120
if (autoCDD13B39_val == libGame_gv_teamOrderIndex_C) {
while ((lv_itWaypoint < (libGame_gv_laneData[lv_currentLane].lv_waypointCount - 1))) {
PathAddWayPoint(libSCHO_gv_mMHO_ZergPaths[lp_team], libGame_gv_laneData[lv_currentLane].lv_waypoints[lv_itWaypoint]);
lv_itWaypoint += 1;
libSCHO_gv_mMHO_ZergPathIndexMax[libGame_gv_teamOrderIndex_C] += 1;
mods/heroesmapmods/battlegroundmapmods/braxisholdout.stormmod — base.stormdata/LibSCHO.galaxy:3127
else if (autoCDD13B39_val == libGame_gv_teamChaosIndex_C) {
while ((lv_itWaypoint > 1)) {
PathAddWayPoint(libSCHO_gv_mMHO_ZergPaths[lp_team], libGame_gv_laneData[lv_currentLane].lv_waypoints[lv_itWaypoint]);
lv_itWaypoint -= 1;
libSCHO_gv_mMHO_ZergPathIndexMax[libGame_gv_teamChaosIndex_C] += 1;
mods/heroesmapmods/battlegroundmapmods/hanamura.stormmod — base.stormdata/LibNPLD.galaxy:444
lv_waypointIndex = (libNPLD_gv_neutralPayload.lv_pathWaypoints_LastWaypointReached[lv_team_withProgress] + 1);
for ( ; ( (autoEA8B284B_ai >= 0 && lv_waypointIndex <= autoEA8B284B_ae) || (autoEA8B284B_ai < 0 && lv_waypointIndex >= autoEA8B284B_ae) ) ; lv_waypointIndex += autoEA8B284B_ai ) {
PathAddWayPoint(lv_pathDisplay_teamWithProgress, libNPLD_gv_neutralPayload.lv_pathWaypoints[lv_team_withProgress][lv_pathIndex_teamWithProgress][lv_waypointIndex]);
}
lv_waypointIndex = libNPLD_gv_neutralPayload.lv_pathWaypoints_LastWaypointReached[lv_team_withProgress];
mods/heroesmapmods/battlegroundmapmods/hanamura.stormmod — base.stormdata/LibNPLD.galaxy:448
lv_waypointIndex = libNPLD_gv_neutralPayload.lv_pathWaypoints_LastWaypointReached[lv_team_withProgress];
for ( ; ( (auto79811036_ai >= 0 && lv_waypointIndex <= auto79811036_ae) || (auto79811036_ai < 0 && lv_waypointIndex >= auto79811036_ae) ) ; lv_waypointIndex += auto79811036_ai ) {
PathAddWayPoint(lv_pathDisplay_teamWithoutProgress, libNPLD_gv_neutralPayload.lv_pathWaypoints[lv_team_withProgress][lv_pathIndex_teamWithProgress][lv_waypointIndex]);
}
autoDD100EF3_ae = (libNPLD_gv_neutralPayload.lv_pathWaypoints_DestinationIndex[lv_team_withoutProgress][lv_pathIndex_teamWithoutProgress] - 1);
mods/heroesmapmods/battlegroundmapmods/hanamura.stormmod — base.stormdata/LibNPLD.galaxy:453
lv_waypointIndex = 0;
for ( ; ( (autoDD100EF3_ai >= 0 && lv_waypointIndex <= autoDD100EF3_ae) || (autoDD100EF3_ai < 0 && lv_waypointIndex >= autoDD100EF3_ae) ) ; lv_waypointIndex += autoDD100EF3_ai ) {
PathAddWayPoint(lv_pathDisplay_teamWithoutProgress, libNPLD_gv_neutralPayload.lv_pathWaypoints[lv_team_withoutProgress][lv_pathIndex_teamWithoutProgress][lv_waypointIndex]);
}
}
mods/heroesmapmods/battlegroundmapmods/hanamura.stormmod — base.stormdata/LibNPLD.galaxy:460
lv_waypointIndex = 1;
for ( ; ( (auto9A78343E_ai >= 0 && lv_waypointIndex <= auto9A78343E_ae) || (auto9A78343E_ai < 0 && lv_waypointIndex >= auto9A78343E_ae) ) ; lv_waypointIndex += auto9A78343E_ai ) {
PathAddWayPoint(libNPLD_gv_neutralPayload.lv_pathDisplay_Order, libNPLD_gv_neutralPayload.lv_pathWaypoints[libGame_gv_teamOrderIndex_C][libNPLD_gv_neutralPayload.lv_pathIndex_Team[libGame_gv_teamOrderIndex_C]][lv_waypointIndex]);
}
auto4C946E13_ae = (libNPLD_gv_neutralPayload.lv_pathWaypoints_DestinationIndex[libGame_gv_teamChaosIndex_C][libNPLD_gv_neutralPayload.lv_pathIndex_Team[libGame_gv_teamChaosIndex_C]] - 1);
mods/heroesmapmods/battlegroundmapmods/hanamura.stormmod — base.stormdata/LibNPLD.galaxy:465
lv_waypointIndex = 1;
for ( ; ( (auto4C946E13_ai >= 0 && lv_waypointIndex <= auto4C946E13_ae) || (auto4C946E13_ai < 0 && lv_waypointIndex >= auto4C946E13_ae) ) ; lv_waypointIndex += auto4C946E13_ai ) {
PathAddWayPoint(libNPLD_gv_neutralPayload.lv_pathDisplay_Chaos, libNPLD_gv_neutralPayload.lv_pathWaypoints[libGame_gv_teamChaosIndex_C][libNPLD_gv_neutralPayload.lv_pathIndex_Team[libGame_gv_teamChaosIndex_C]][lv_waypointIndex]);
}
}
mods/heroesmapmods/battlegroundmapmods/hanamura.stormmod — base.stormdata/LibNPLD.galaxy:688
lv_waypointIndex = 1;
for ( ; ( (auto5E573E48_ai >= 0 && lv_waypointIndex <= auto5E573E48_ae) || (auto5E573E48_ai < 0 && lv_waypointIndex >= auto5E573E48_ae) ) ; lv_waypointIndex += auto5E573E48_ai ) {
PathAddWayPoint(libNPLD_gv_neutralPayload.lv_warningPathDisplay[libGame_gv_teamOrderIndex_C], libNPLD_gv_neutralPayload.lv_pathWaypoints[libGame_gv_teamOrderIndex_C][libNPLD_gv_neutralPayload.lv_pathIndex_Team[libGame_gv_teamOrderIndex_C]][lv_waypointIndex]);
}
autoAC653D97_ae = (libNPLD_gv_neutralPayload.lv_pathWaypoints_DestinationIndex[libGame_gv_teamChaosIndex_C][libNPLD_gv_neutralPayload.lv_pathIndex_Team[libGame_gv_teamChaosIndex_C]] - 1);
mods/heroesmapmods/battlegroundmapmods/hanamura.stormmod — base.stormdata/LibNPLD.galaxy:693
lv_waypointIndex = 1;
for ( ; ( (autoAC653D97_ai >= 0 && lv_waypointIndex <= autoAC653D97_ae) || (autoAC653D97_ai < 0 && lv_waypointIndex >= autoAC653D97_ae) ) ; lv_waypointIndex += autoAC653D97_ai ) {
PathAddWayPoint(libNPLD_gv_neutralPayload.lv_warningPathDisplay[libGame_gv_teamChaosIndex_C], libNPLD_gv_neutralPayload.lv_pathWaypoints[libGame_gv_teamChaosIndex_C][libNPLD_gv_neutralPayload.lv_pathIndex_Team[libGame_gv_teamChaosIndex_C]][lv_waypointIndex]);
}
libCore_gf_CreateMinimapPingStormWithPlayerId(PlayerGroupAll(), "OWHanaPayloadWarning", libNPLD_gv_neutralPayload.lv_pathWaypoints_StartLocation, ColorWithAlpha(0,0,0,0), 5.0, 0);
mods/heromods/thefirelords.stormmod — base.stormdata/LibHMaj.galaxy:206
while ((lp_endingWaypoint > 0) && (lv_currentWaypoint != lp_endingWaypoint)) {
lv_currentWaypoint = (lv_currentWaypoint + lp_waypointDelta);
PathAddWayPoint(libHMaj_gv_lavaWaveMiniMapPathId[lp_player][lp_lavaWaveIndex], libGame_gv_laneData[lp_currentLane].lv_waypoints[lv_currentWaypoint]);
}
PathSetDestinationPoint(libHMaj_gv_lavaWaveMiniMapPathId[lp_player][lp_lavaWaveIndex], libGame_gv_laneData[lp_currentLane].lv_waypoints[lv_currentWaypoint]);
mods/novastoryassets.sc2mod — base3.sc2maps/maps/campaign/nova/nova09.sc2map/MapScript.galaxy:798
auto83F9FE22_var = (lp_startingIndex + 1);
for ( ; auto83F9FE22_var <= auto83F9FE22_ae; auto83F9FE22_var += 1 ) {
PathAddWayPoint(PathLastCreated(), PointFromName((lp_pathDisplayID + "-" + IntToString(auto83F9FE22_var))));
}
lv_i = lp_startingIndex;
mods/novastoryassets.sc2mod — base3.sc2maps/maps/campaign/nova/nova09.sc2map/MapScript.galaxy:808
autoD85986E0_var = lv_i;
for ( ; autoD85986E0_var <= autoD85986E0_ae; autoD85986E0_var += 1 ) {
PathAddWayPoint(gv_hyperionMinimapPathDisplay, PointFromName((lp_pathDisplayID + "-" + IntToString(autoD85986E0_var))));
}
}
mods/novastoryassets.sc2mod/base3.sc2maps/maps/campaign/nova/nova09.sc2map — MapScript.galaxy:798
auto83F9FE22_var = (lp_startingIndex + 1);
for ( ; auto83F9FE22_var <= auto83F9FE22_ae; auto83F9FE22_var += 1 ) {
PathAddWayPoint(PathLastCreated(), PointFromName((lp_pathDisplayID + "-" + IntToString(auto83F9FE22_var))));
}
lv_i = lp_startingIndex;
mods/novastoryassets.sc2mod/base3.sc2maps/maps/campaign/nova/nova09.sc2map — MapScript.galaxy:808
autoD85986E0_var = lv_i;
for ( ; autoD85986E0_var <= autoD85986E0_ae; autoD85986E0_var += 1 ) {
PathAddWayPoint(gv_hyperionMinimapPathDisplay, PointFromName((lp_pathDisplayID + "-" + IntToString(autoD85986E0_var))));
}
}