From 5a871a97920e0135c84d1c205491937e91b43bff Mon Sep 17 00:00:00 2001 From: Ima Mechanique Date: Wed, 10 Jul 2013 23:49:22 +0100 Subject: [PATCH] Fixing parameter in function --- trunk/Resource/ConfLSL.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.