Difference between revisions of "LlList2ListStrided"

From Second Life Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
{{LSLFunctionAll|func_id=198|func_sleep=0.0|func_energy=10.0|func=llList2ListStrided|return_type=list|p1_type=list|p1_name=src|p2_type=integer|p2_name=start|p3_type=integer|p3_name=end|p4_type=integer|p4_name=stride|func_footnote=Copy the strided slice of the list from start to end|return_text|spec|caveats|examples|helpers|related|also|notes}}[[Category:LSL_Functions]][[Category:LSL_Stub]]
{{LSL_Function
|func_id=198|func_sleep=0.0|func_energy=10.0
|func=llList2ListStrided|return_type=list|p1_type=list|p1_name=src|p2_type=integer|p2_name=start|p3_type=integer|p3_name=end|p4_type=integer|p4_name=stride
|func_footnote
|func_desc
|return_text=of all the entries whose index is a multiple of '''stride''' in the range '''start''' to '''end'''.
|spec
|caveats
|constants
|examples
|helpers
|also_functions
|also_events
|also_tests
|also_articles
|notes
|permission
|negative_index=true
|sort=List2ListStrided
|cat1=List
|cat2
|cat3
|cat4
}}

Revision as of 14:50, 10 February 2007