Fixing parameter in function
This commit is contained in:
parent
cd9d030aee
commit
5a871a9792
1 changed files with 1 additions and 1 deletions
|
@ -1328,7 +1328,7 @@
|
||||||
</Word>
|
</Word>
|
||||||
|
|
||||||
<Word name="llGetStaticPath">
|
<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.
|
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>
|
</Word>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue