ll.TeleportAgentHome

ll.TeleportAgentHome (AvatarID: uuid) -> ()

Teleport agent over the owner's land to agent's home location.

Example

ll.TeleportAgentHome(uuid(<key>))
Raw function spec json
{
  "def": "func",
  "desc": "Teleport agent over the owner's land to agent's home location.",
  "energy": 100,
  "sleep": 5,
  "must_use": false,
  "link": "https://wiki.secondlife.com/wiki/LlTeleportAgentHome",
  "private": false,
  "takesSelf": false,
  "name": "TeleportAgentHome",
  "signatures": [
    {
      "def": "signature",
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            {
              "def": "simple",
              "value": "()"
            }
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "AvatarID",
          "desc": "",
          "type": [
            {
              "def": "simple",
              "value": "uuid"
            },
            {
              "def": "simple",
              "value": "string"
            }
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll