LlChildPrims2List
From Second Life Wiki
Second Life Wiki > LlChildPrims2List
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Tutorials |
| | LSL Feature Request |
| The described function does not exist. This article is a feature request. |
Summary
Function: list llChildPrims2List( integer total_number_of_linked_prims );| REQUEST | Function ID |
| 0.0 | Delay |
| 10.0 | Energy |
Returns a list of child prim keys.
| • integer | total_number_of_linked_prims |
number does not support negative indexes.
Notes
Should make it easier for scripters to get all child prim keys. Can be done using llGetLinkKey example is already provided.

