ll.GetScriptName

ll.GetScriptName () -> string

Returns the name of the script that this function is used in. Returns the name of this script.

Example

ll.GetScriptName()
Raw function spec json
{
  "def": "func",
  "desc": "Returns the name of the script that this function is used in.\nReturns the name of this script.",
  "energy": 10,
  "sleep": 0,
  "must_use": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetScriptName",
  "private": false,
  "takesSelf": false,
  "name": "GetScriptName",
  "signatures": [
    {
      "def": "signature",
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            {
              "def": "simple",
              "value": "string"
            }
          ],
          "optional": false
        }
      ],
      "args": []
    }
  ]
}

< Back to ll