Difference between revisions of "LlGiveInventoryList"

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
{{LSL_Function
{{LSL_Function/inventory|inventory|uuid=false|type=list of inventory items}}{{LSL_Function
|func_id=231
|func_id=231|func_sleep=3.0|func_energy=10.0
|func_sleep=3.0
|func_energy=10.0
|func=llGiveInventoryList
|func=llGiveInventoryList
|p1_type=key
|p1_type=key|p1_name=avatar
|p1_name=destination
|p2_type=string|p2_name=folder
|p2_type=string
|p3_type=list|p3_name=inventory
|p2_name=category
|p3_type=list
|p3_name=inventory
|func_footnote
|func_footnote
|return_text
|return_text
|func_desc=Gives listed inventory items to destination(avatar) in category(folder)
|func_desc=Gives '''inventory''' items to '''avatar''' in a '''folder'''
|spec
|spec
|caveats
|caveats
|examples
|examples
|helpers
|helpers
|related
|also_functions
|also
|also_tests
|also_events
|also_articles
|notes
|notes
|sort=GiveInventoryList}}
|sort=GiveInventoryList
[[Category:LSL_Stub]]
|cat1=Inventory
|cat2
|cat3
|cat4
}}

Revision as of 23:28, 22 February 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 inventory 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 inventory items 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 void llGiveInventoryList( key avatar, string folder, list inventory );