ll.AgentInExperience

ll.AgentInExperience(AgentID: uuid) : number

Returns TRUE if the agent is in the Experience and the Experience can run in the current location.

Example

ll.AgentInExperience(uuid(<key>))
{
  "def": "func",
  "desc": " Returns TRUE if the agent is in the Experience and the Experience can run in the current location. ",
  "energy": 10,
  "sleep": 0,
  "pure": true,
  "link": "https://wiki.secondlife.com/wiki/LlAgentInExperience",
  "name": "AgentInExperience",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "number"
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "AgentID",
          "desc": "",
          "type": [
            "uuid",
            "string"
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll