Difference between revisions of "LlGetCreatorKey"

From Second Life Wiki
Jump to navigation Jump to search
(New page: {{LSL_Function |func_id |mode=request |func_sleep=0.0 |func_energy=10.0 |func=llGetCreatorKey |sort=GetCreatorKey |p1_type=key|p1_name=id|p1_desc= object key |func_desc |return_text= of t...)
 
Line 17: Line 17:
|also_functions={{LSL DefineRow||[[llGetOwnerKey]]}}
|also_functions={{LSL DefineRow||[[llGetOwnerKey]]}}
|notes=This feature would help validate and secure some types of chat transactions.
|notes=This feature would help validate and secure some types of chat transactions.
PJIRA feature request at [hhttp://jira.secondlife.com/browse/VWR-449 llGetCreatorKey]. Please go vote if this feature is important to you.
|cat1
|cat1
|cat2
|cat2
}}
}}

Revision as of 11:54, 2 October 2007

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

This feature would help validate and secure some types of chat transactions.

PJIRA feature request at [hhttp://jira.secondlife.com/browse/VWR-449 llGetCreatorKey]. Please go vote if this feature is important to you.

See Also

Functions

•  llGetOwnerKey

Deep Notes

Search JIRA for related Issues

Signature

//function key llGetCreatorKey( key id );