ll.List2Integer(ListVariable: list, Index: number) : number
Copies the integer at Index in the list. Returns the value at Index in the specified list. If Index describes a location not in the list, or the value cannot be type-cast to an integer, then zero is returned.
ll.List2Integer({}, 1)
{
"def": "func",
"desc": "Copies the integer at Index in the list.\nReturns the value at Index in the specified list. If Index describes a location not in the list, or the value cannot be type-cast to an integer, then zero is returned.",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlList2Integer",
"name": "List2Integer",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"number"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "ListVariable",
"desc": "",
"type": [
"list"
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "Index",
"desc": "",
"type": [
"integer",
"number"
],
"variadic": false,
"optional": false
}
]
}
]
}