Difference between revisions of "LlGiveInventoryList"

From Second Life Wiki
Jump to navigation Jump to search
Line 9: Line 9:
|func_desc=Gives '''inventory''' items to '''avatar''' in a '''folder'''
|func_desc=Gives '''inventory''' items to '''avatar''' in a '''folder'''
|spec
|spec
|caveats=*Cannot be used to give a list of items to an object.
|caveats=*Does not create a folder when used to send a list of inventory items to an object.
|examples
|examples
|helpers
|helpers

Revision as of 18:00, 7 March 2007

Summary

Function: llGiveInventoryList( key avatar, string folder, list inventory );

Gives inventory items to avatar in a folder

• key avatar
• string folder
• list inventory a list of items in the inventory of the prim this script is in

Caveats

  • This function causes the script to sleep for 3.0 seconds.
  • If inventory is missing from the prim's inventory or it is not a list of items then an error is shouted on DEBUG_CHANNEL.
  • Does not create a folder when used to send a list of inventory items to an object.
All Issues ~ Search JIRA for related Bugs

Examples

Deep Notes

Search JIRA for related Issues

Signature

function void llGiveInventoryList( key avatar, string folder, list inventory );