OsGiveLinkInventoryList
From OpenSimulator
(Difference between revisions)
JeffKelley (Talk | contribs) (Created page with "{{osslfunc |threat_level=ignored |permissions=true |delay=0|function_syntax=osGiveLinkInventoryList(integer linkNumber, key destination, string category, list inventory)<br> |...") |
JeffKelley (Talk | contribs) m |
||
| Line 2: | Line 2: | ||
|threat_level=ignored | |threat_level=ignored | ||
|permissions=true | |permissions=true | ||
| − | |delay= | + | |delay=3|function_syntax=osGiveLinkInventoryList(integer linkNumber, key destination, string category, list inventory)<br> |
|ossl_example=<source lang="lsl"> | |ossl_example=<source lang="lsl"> | ||
</source> | </source> | ||
Latest revision as of 10:40, 26 February 2024
osGiveLinkInventoryList(integer linkNumber, key destination, string category, list inventory)
| |
| Give a group of items located in a child prim inventory. | |
| Threat Level | This function does not do a threat level check |
| Permissions | Use of this function is always allowed by default |
| Extra Delay | 3 seconds |
| Example(s) | |
| Notes | |
| This function was added in 0.9.3.0 | |