LlGetCreatorKey
From Second Life Wiki
| Languages: |
English |
| LSL Portal | | | Functions | | | Events | | | Types | | | Operators | | | Constants | | | Flow Control | | | Script Library | | | Tutorials |
| | LSL Feature Request |
| The described function does not exist. This article is a feature request. |
Description
Function: key llGetCreatorKey( key id );| REQUEST | Function ID |
| 0.0 | Delay |
| 10.0 | Energy |
Returns a key of the creator of the detected object. It returns null_key if error or if passed the key of an avatar.
| • key | id | – | object key |
Notes
Use this instead:
llList2Key(llGetObjectDetails(id, [OBJECT_CREATOR]), 0)
The PJIRA feature request at SVC-1602 has been resolved as finished.

