Difference between revisions of "LlGetInventoryCreator"

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 3: Line 3:
|func_id=291|func_sleep=0.0|func_energy=10.0
|func_id=291|func_sleep=0.0|func_energy=10.0
|func=llGetInventoryCreator|return_type=key|p1_type=string|p1_name=item
|func=llGetInventoryCreator|return_type=key|p1_type=string|p1_name=item
|sort=GetInventoryCreator
|func_footnote
|func_footnote
|func_desc
|func_desc

Revision as of 12:19, 16 August 2008

Summary

Function: key llGetInventoryCreator( string item );

Returns a key of the creator of the inventory item.

• string item an item in the inventory of the prim this script is in

Caveats

  • If item is missing from the prim's inventory then an error is shouted on DEBUG_CHANNEL.
All Issues ~ Search JIRA for related Bugs

Examples

Deep Notes

Search JIRA for related Issues

Signature

function key llGetInventoryCreator( string item );