Classes

Concepts

Libraries

Objects

contractor »

conversationAnswerData »

engineStatData »

issueData »

playerPlatformSpecialistData »

projectReviewConclusion »

projectReviewRemark »

randomEventData »

statusIcon »

setMaxSteps

Description

Set the maximum amount of steps the pathfinder can take before stopping. 

If multiframe is off, it will fail at this many steps.
If multiframe is on, it will halt the pathfinding process after this many steps, and retry on the next frame, until it reaches abortStepCount (then it will truly fail)

Arguments

1 number steps

the maximum amount of steps to take.