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()
Raw function spec json
{
  "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,
  "must_use": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetObjectName",
  "private": false,
  "takesSelf": false,
  "name": "GetObjectName",
  "signatures": [
    {
      "def": "signature",
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            {
              "def": "simple",
              "value": "string"
            }
          ],
          "optional": false
        }
      ],
      "args": []
    }
  ]
}

< Back to ll