ll.List2ListStrided (ListVariable: list, Start: number, End: number, Stride: number) -> listCopies the strided slice of the list from Start to End. Returns a copy of the strided slice of the specified list from Start to End.
ll.List2ListStrided(
{},
3.14,
3.14,
3.14
)
{
"def": "func",
"desc": "Copies the strided slice of the list from Start to End.\nReturns a copy of the strided slice of the specified list from Start to End.",
"energy": 10,
"sleep": 0,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlList2ListStrided",
"private": false,
"takesSelf": false,
"name": "List2ListStrided",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "list"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "ListVariable",
"desc": "",
"type": [
{
"def": "simple",
"value": "list"
}
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "Start",
"desc": "",
"type": [
{
"def": "simple",
"value": "number"
}
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "End",
"desc": "",
"type": [
{
"def": "simple",
"value": "number"
}
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "Stride",
"desc": "",
"type": [
{
"def": "simple",
"value": "number"
}
],
"variadic": false,
"optional": false
}
]
}
]
}