Roblox API Reference

Path On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
This item is not replicated. Its interface does not cross the network boundary.

Tags: [NotCreatable, NotReplicated]

Inherits (1)

Member index (7)

Type Member History
PathStatus Status
int CheckOcclusionAsync (int start)
null ComputeAsync (Vector3 start, Vector3 finish) 359 573
Array GetPointCoordinates () 309
Array GetWaypoints () 309
Blocked (int blockedWaypointIdx) 359
Unblocked (int unblockedWaypointIdx) 491
57 members inherited from Instance

History

Members

Blocked On DevHub

Name Type Default
blockedWaypointIdx int none

History

CheckOcclusionAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
start int none

Tags: [Yields]

ComputeAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
start Vector3 none
finish Vector3 none

History

Tags: [Yields]

GetPointCoordinates On DevHub

This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.
Name Type Default
No parameters.

History

Tags: [Deprecated]

GetWaypoints On DevHub

Name Type Default
No parameters.

History

Status On DevHub

This property is read-only. Its value can be read, but it cannot be modified.
This item is not replicated. Its interface does not cross the network boundary.

Tags: [ReadOnly, NotReplicated]

Unblocked On DevHub

Name Type Default
unblockedWaypointIdx int none

History

Relevant enums (1)