# Set Path Display Minimum Turn Count

FlagsNative | Action

# Arguments

  • int [ path ] — Path Display
  • int — Turn Count

Returns — void

native void PathSetMinimumStepCount(
	int inPathId,
	int inStepCount,
);

Category: UI / Path Display

# Examples

# mods/heroesdata.stormmod

UILib.galaxy

// L1228
PathSetMinimumStepCount(PathLastCreated(), 0)
// L8017
PathSetMinimumStepCount(PathLastCreated(), 0)