Skip to content

llGetClosestNavPoint

list llGetClosestNavPoint(vector Point, list Options)

Get the closest navigable point to the point provided.

The function accepts a point in region-local space (like all the other path-finding methods) and returns either an empty list or a list containing a single vector which is the closest point on the navigation-mesh to the point provided.

Parameters
Point (vector)
A point in region-local space.
Options (list)
No options at this time.

Add example usage here.

Add additional notes, caveats, or tips here.

  • Related pages can be linked here