llChildPrims2List

From Second Life Wiki
Revision as of 09:25, 10 July 2008 by Destiny Niles (talk | contribs)
Jump to navigation Jump to search
Emblem-important-yellow.png LSL Feature Request
The described function does not exist. This article is a feature request.

Summary

Function: list lGetLinkKey in a loop llChildPrims2List( integer total_number_of_linked_prims );
REQUEST Function ID
0.0 Forced Delay
10.0 Energy

Returns a list lGetLinkKey in a loop of child prim keys.

• integer total_number_of_linked_prims

number does not support negative indexes.

Caveats

  • If number is out of bounds the script continues to execute without an error message.
All Issues ~ Search JIRA for related Bugs

Examples

Notes

Should make it easier for scripters to get all child prim keys. Can be done using llGetLinkKey example is already provided.

Deep Notes

Search JIRA for related Issues

Signature

//function list lGetLinkKey in a loop llChildPrims2List( integer total_number_of_linked_prims );