ll.IsFriend

ll.IsFriend(agent_id: uuid) : number

Returns TRUE if avatar ID is a friend of the script owner.

Example

ll.IsFriend(uuid(<key>))
{
  "def": "func",
  "desc": "Returns TRUE if avatar ID is a friend of the script owner.",
  "energy": 10,
  "sleep": 0,
  "pure": true,
  "link": "https://wiki.secondlife.com/wiki/LlIsFriend",
  "name": "IsFriend",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "number"
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "agent_id",
          "desc": "Agent ID of another agent in the region.",
          "type": [
            "uuid",
            "string"
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll