llChildPrims2List

From Second Life Wiki
Revision as of 14: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 );
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.

Examples

Notes

Should make it easier for scripters to get all child prim keys.

Deep Notes

Signature

//function list llChildPrims2List( integer total_number_of_linked_prims );