ll.GetStaticPath

ll.GetStaticPath(Start: vector, End: vector, Radius: number, Parameters: list) : list

Example

ll.GetStaticPath(
  vector(1,1,1),
  vector(1,1,1),
  3.14,
  {}
)
{
  "def": "func",
  "desc": "",
  "energy": 10,
  "sleep": 0,
  "pure": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetStaticPath",
  "name": "GetStaticPath",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "list"
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "Start",
          "desc": "Starting position.",
          "type": [
            "vector"
          ],
          "variadic": false,
          "optional": false
        },
        {
          "def": "arg",
          "name": "End",
          "desc": "Ending position.",
          "type": [
            "vector"
          ],
          "variadic": false,
          "optional": false
        },
        {
          "def": "arg",
          "name": "Radius",
          "desc": "Radius of the character that the path is for, between 0.125m and 5.0m.",
          "type": [
            "number"
          ],
          "variadic": false,
          "optional": false
        },
        {
          "def": "arg",
          "name": "Parameters",
          "desc": "Currently only accepts the parameter CHARACTER_TYPE; the options are identical to those used for llCreateCharacter. The default value is CHARACTER_TYPE_NONE.",
          "type": [
            "list"
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll