llList2Rot
function ll.List2Rot(ListVariable: {any}, Index: number): quaternionCopies the rotation 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 rotation, thenZERO_ROTATION is returned.
Parameters
-
ListVariable({any}) -
Index(number)
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.List2Rot().
Add additional notes, caveats, or tips specific to using this function in SLua/Luau.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llList2Rot