Fixing parameter in function

This commit is contained in:
Ima Mechanique 2013-07-10 23:49:22 +01:00
parent cd9d030aee
commit 5a871a9792

View file

@ -1328,7 +1328,7 @@
</Word>
<Word name="llGetStaticPath">
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.
</Word>