ll.GetScriptName () -> stringReturns the name of the script that this function is used in. Returns the name of this script.
ll.GetScriptName()
{
"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": []
}
]
}