Difference between revisions of "LlChildPrims2List"

From Second Life Wiki
Jump to navigation Jump to search
(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...)
 
Line 12: Line 12:
|func_desc
|func_desc
|return_text=of child prim keys.
|return_text=of child prim keys.
|return_type=list
|return_type=list lGetLinkKey in a loop
|spec
|spec
|caveats
|caveats
Line 19: Line 19:
|related
|related


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


|cat1
|cat1
|cat2
|cat2
}}
}}

Revision as of 09:25, 10 July 2008

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 );