Skip to content

llGetClosestNavPoint

Function Syntax
list llGetClosestNavPoint(
  1. vector Point, // A point in region-local space.
  2. list Options // No options at this time.
);

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.