ll.GetKey () -> uuidReturns the key of the prim the script is attached to. Get the key for the object which has this script.
ll.GetKey()
{
"def": "func",
"desc": "Returns the key of the prim the script is attached to.\nGet the key for the object which has this script.",
"energy": 10,
"sleep": 0,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlGetKey",
"private": false,
"takesSelf": false,
"name": "GetKey",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "uuid"
}
],
"optional": false
}
],
"args": []
}
]
}