Difference between revisions of "LlGetCreatorKey"

From Second Life Wiki
Jump to navigation Jump to search
(This is a subset of llGetObjectDetails.)
Line 16: Line 16:
|related
|related
|also_functions={{LSL DefineRow||[[llGetOwnerKey]]}}
|also_functions={{LSL DefineRow||[[llGetOwnerKey]]}}
|notes=This feature would help validate and secure some types of chat transactions.
{{LSL DefineRow||[[llGetObjectDetails]]}}
|notes=Use '''[[llList2Key]]([[llGetObjectDetails]](id, [ [[OBJECT_CREATOR]] ]), 0)''' instead.


PJIRA feature request at [http://jira.secondlife.com/browse/VWR-449 llGetCreatorKey]. Please go vote if this feature is important to you.
The PJIRA feature request at [http://jira.secondlife.com/browse/SVC-1602 SVC-1602] has been resolved as finished.


|cat1
|cat1
|cat2
|cat2
}}
}}

Revision as of 06:37, 21 February 2008

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 llList2Key(llGetObjectDetails(id, [ OBJECT_CREATOR ]), 0) instead.

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 );