Skip to content

llList2Float

function ll.List2Float(ListVariable: {any}, Index: number): number

Copies the float 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 a float, then zero is returned.

Parameters
ListVariable ({any})
Index (number)

Add example usage here showing SLua/Luau syntax with ll.List2Float().

Add additional notes, caveats, or tips specific to using this function in SLua/Luau.