llGetStaticPath
function ll.GetStaticPath(Start: vector, End: vector, Radius: number, Parameters: {any}): {any}Parameters
Start(vector)- Starting position.
End(vector)- Ending position.
Radius(number)- Radius of the character that the path is for, between 0.125m and 5.0m.
Parameters({any})- Currently only accepts the parameter CHARACTER_TYPE; the options are identical to those used for llCreateCharacter. The default value is CHARACTER_TYPE_NONE.
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.GetStaticPath().
Add additional notes, caveats, or tips specific to using this function in SLua/Luau.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llGetStaticPath