ll.CreateCharacter

ll.CreateCharacter(Options: list) : ()

Convert link-set to AI/Physics character. Creates a path-finding entity, known as a "character", from the object containing the script. Required to activate use of path-finding functions. Options is a list of key/value pairs.

Example

ll.CreateCharacter({})
{
  "def": "func",
  "desc": "Convert link-set to AI/Physics character.\nCreates a path-finding entity, known as a \"character\", from the object containing the script. Required to activate use of path-finding functions.\nOptions is a list of key/value pairs.",
  "energy": 10,
  "sleep": 0,
  "pure": true,
  "link": "https://wiki.secondlife.com/wiki/LlCreateCharacter",
  "name": "CreateCharacter",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "()"
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "Options",
          "desc": "",
          "type": [
            "list"
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll