# Set Path Display Line Tile Length

Grammar — Set pathDisplay Line Tile Length to tileLength For location
FlagsNative | Action

# Arguments

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

Returns — void

native void PathSetLineTileLength(
	int inPathId,
	int inLocation,
	fixed inLength,
);

Category: UI / Path Display

# Examples

# mods/heroes.stormmod

MapScript.galaxy

// L386
PathSetLineTileLength(PathLastCreated(), c_pathLocationWorld, 2.578)
// L2350
PathSetLineTileLength(PathLastCreated(), c_pathLocationWorld, 2.578)
// L3423
PathSetLineTileLength(PathLastCreated(), c_pathLocationWorld, 2.578)
// L3791
PathSetLineTileLength(PathLastCreated(), c_pathLocationWorld, 2.578)
// L4178
PathSetLineTileLength(PathLastCreated(), c_pathLocationWorld, 2.578)
// L1756
PathSetLineTileLength(PathLastCreated(), c_pathLocationWorld, 2.578)
// L2562
PathSetLineTileLength(PathLastCreated(), c_pathLocationWorld, 2.578)
// L386
PathSetLineTileLength(PathLastCreated(), c_pathLocationWorld, 2.578)
// L2350
PathSetLineTileLength(PathLastCreated(), c_pathLocationWorld, 2.578)
// L3423
PathSetLineTileLength(PathLastCreated(), c_pathLocationWorld, 2.578)
// L3791
PathSetLineTileLength(PathLastCreated(), c_pathLocationWorld, 2.578)
// L4178
PathSetLineTileLength(PathLastCreated(), c_pathLocationWorld, 2.578)
// L1756
PathSetLineTileLength(PathLastCreated(), c_pathLocationWorld, 2.578)
// L2562
PathSetLineTileLength(PathLastCreated(), c_pathLocationWorld, 2.578)

# mods/heroesdata.stormmod

UILib.galaxy

// L1232
PathSetLineTileLength(PathLastCreated(), c_pathLocationWorld, 0.8)
// L8022
PathSetLineTileLength(PathLastCreated(), c_pathLocationWorld, 0.8)

# mods/heroesmapmods/battlegroundmapmods/battlefieldofeternity.stormmod

LibMLBD.galaxy

// L1135
PathSetLineTileLength(libMLBD_gv_mMBOELaningPathLine, c_pathLocationMinimap, 30.0)
// L1218
PathSetLineTileLength(libMLBD_gv_mMBOELaningPathLine, c_pathLocationMinimap, 30.0)
// L1233
PathSetLineTileLength(libMLBD_gv_mMBOELaningPathLine, c_pathLocationMinimap, 30.0)