llGetCreatorKey

From Second Life Wiki
Revision as of 07:14, 21 February 2008 by Argent Stonecutter (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Emblem-important-yellow.png LSL Feature Request
The described function does not exist. This article is a feature request.

Summary

Function: key llGetCreatorKey( key id );
REQUEST Function ID
0.0 Forced 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

Examples

Notes

Use this instead:<lsl>llList2Key(llGetObjectDetails(id, [OBJECT_CREATOR]), 0)</lsl>

The PJIRA feature request at SVC-1602 has been resolved as finished.

See Also

Functions

•  llGetOwnerKey
•  llGetObjectDetails

Deep Notes

Search JIRA for related Issues

Signature

//function key llGetCreatorKey( key id );