ll.TeleportAgentHome

ll.TeleportAgentHome(AvatarID: uuid) : ()

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

Example

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

< Back to ll