# Set Path Display Line Width

Grammar — Set pathDisplay Line Width to width For location
FlagsNative | Action

# Arguments

  • int [ path ] — Path Display
  • int [ preset::PathDisplayLocation ] — Location
  • fixed — Width

Returns — void

native void PathSetLineWidth(
	int inPathId,
	int inLocation,
	fixed inWidth,
);

Category: UI / Path Display

# Examples

# mods/heroes.stormmod

MapScript.galaxy

// L387
PathSetLineWidth(PathLastCreated(), c_pathLocationWorld, 1.5)
// L2351
PathSetLineWidth(PathLastCreated(), c_pathLocationWorld, 1.5)
// L3424
PathSetLineWidth(PathLastCreated(), c_pathLocationWorld, 1.5)
// L3792
PathSetLineWidth(PathLastCreated(), c_pathLocationWorld, 1.5)
// L4179
PathSetLineWidth(PathLastCreated(), c_pathLocationWorld, 1.5)
// L1757
PathSetLineWidth(PathLastCreated(), c_pathLocationWorld, 1.5)
// L2563
PathSetLineWidth(PathLastCreated(), c_pathLocationWorld, 1.5)
// L387
PathSetLineWidth(PathLastCreated(), c_pathLocationWorld, 1.5)
// L2351
PathSetLineWidth(PathLastCreated(), c_pathLocationWorld, 1.5)
// L3424
PathSetLineWidth(PathLastCreated(), c_pathLocationWorld, 1.5)
// L3792
PathSetLineWidth(PathLastCreated(), c_pathLocationWorld, 1.5)
// L4179
PathSetLineWidth(PathLastCreated(), c_pathLocationWorld, 1.5)
// L1757
PathSetLineWidth(PathLastCreated(), c_pathLocationWorld, 1.5)
// L2563
PathSetLineWidth(PathLastCreated(), c_pathLocationWorld, 1.5)

# mods/heroesmapmods/battlegroundmapmods/battlefieldofeternity.stormmod

LibMLBD.galaxy

// L1134
PathSetLineWidth(libMLBD_gv_mMBOELaningPathLine, c_pathLocationMinimap, 15.0)
// L1217
PathSetLineWidth(libMLBD_gv_mMBOELaningPathLine, c_pathLocationMinimap, 15.0)
// L1232
PathSetLineWidth(libMLBD_gv_mMBOELaningPathLine, c_pathLocationMinimap, 15.0)

# mods/heroesmapmods/battlegroundmapmods/hanamura.stormmod

LibNPLD.galaxy

// L429
PathSetLineWidth(libNPLD_gv_neutralPayload.lv_pathDisplay_Order, c_pathLocationWorld, lv_pathWidth)
// L435
PathSetLineWidth(libNPLD_gv_neutralPayload.lv_pathDisplay_Chaos, c_pathLocationWorld, lv_pathWidth)