ll.GetObjectName

ll.GetObjectName() : string

Returns the name of the prim which the script is attached to. Returns the name of the prim (not object) which contains the script.

Example

ll.GetObjectName()
{
  "def": "func",
  "desc": "Returns the name of the prim which the script is attached to.\nReturns the name of the prim (not object) which contains the script.",
  "energy": 10,
  "sleep": 0,
  "pure": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetObjectName",
  "name": "GetObjectName",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "string"
          ],
          "optional": false
        }
      ],
      "args": []
    }
  ]
}

< Back to ll