Skip to content

llGetStaticPath

Function Syntax
list llGetStaticPath(
  1. vector Start, // Starting position.
  2. vector End, // Ending position.
  3. float Radius, // Radius of the character that the path is for, between 0.125m and 5.0m.
  4. list Parameters // Currently only accepts the parameter CHARACTER_TYPE; the options are identical to those used for llCreateCharacter. The default value is CHARACTER_TYPE_NONE.
);

No description available.