diff --git a/trunk/Resource/ConfLSL.xml b/trunk/Resource/ConfLSL.xml index 5c359b2..ebc5df8 100644 --- a/trunk/Resource/ConfLSL.xml +++ b/trunk/Resource/ConfLSL.xml @@ -1328,7 +1328,7 @@ - list llGetStaticPath(vector Start, vector End, float Radius, list Params); + list llGetStaticPath(vector Start, vector End, float Radius, list Parameters); Returns a list of position vectors indicating pathfinding waypoints between positions at start and end, for a character of a given radius. The waypoints this function returns are for the 'static' nav mesh, meaning that objects set to "movable obstacle" or "movable phantom" are ignored.