llChildPrims2List

From Second Life Wiki
Revision as of 15:49, 24 September 2007 by Tjako Schumann (talk | contribs) (New page: {{LSL_Function/negative_index|false|number|self=*}}{{LSL_Function |func_id |mode=request |func_sleep=0.0 |func_energy=10.0 |func=llChildPrims2List |sort= |p1_type=integer |p1_name=total_nu...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 llChildPrims2List( integer total_number_of_linked_prims );
REQUEST Function ID
0.0 Forced Delay
10.0 Energy

Returns a list 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.

Deep Notes

Search JIRA for related Issues

Signature

//function list llChildPrims2List( integer total_number_of_linked_prims );