ll.GetRegionAgentCount

ll.GetRegionAgentCount() : number

Returns the number of avatars in the region. Returns an integer that is the number of avatars in the region.

Example

ll.GetRegionAgentCount()
{
  "def": "func",
  "desc": "Returns the number of avatars in the region.\nReturns an integer that is the number of avatars in the region.",
  "energy": 10,
  "sleep": 0,
  "pure": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetRegionAgentCount",
  "name": "GetRegionAgentCount",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "number"
          ],
          "optional": false
        }
      ],
      "args": []
    }
  ]
}

< Back to ll