PathStatus
The success of a Path generated by PathfindingService.
Items 6
History | Name | Value | Description | |
---|---|---|---|---|
158 | Success | 0 | Path found successfully. | |
598 | NoPath | 5 | Path doesn't exist. | |
598 | ClosestNoPath | 1 | Path doesn't exist, returns path to closest point. | |
598 | ClosestOutOfRange | 2 | Goal is out of MaxDistance range, returns path to closest point you can reach within MaxDistance. | |
598 | FailStartNotEmpty | 3 | Failed to compute path; the starting point is not empty. | |
598 | FailFinishNotEmpty | 4 | Failed to compute path; the finish point is not empty. |
Description
The success of a Path generated by PathfindingService.
History 16
- 598 Change Index of NoPath from 5 to 1
- 598 Change Index of FailStartNotEmpty from 3 to 4
- 598 Change Index of FailFinishNotEmpty from 4 to 5
- 598 Change Index of ClosestOutOfRange from 2 to 3
- 598 Change Index of ClosestNoPath from 1 to 2
- 309 Add NoPath
- 309 Change Tags of FailStartNotEmpty from [] to [Deprecated]
- 309 Change Tags of FailFinishNotEmpty from [] to [Deprecated]
- 309 Change Tags of ClosestOutOfRange from [] to [Deprecated]
- 309 Change Tags of ClosestNoPath from [] to [Deprecated]
- 158 Add Success
- 158 Add FailStartNotEmpty
- 158 Add FailFinishNotEmpty
- 158 Add ClosestOutOfRange
- 158 Add ClosestNoPath
- 158 Add PathStatus