Difference between revisions of "User:Pedro Oval/Table of implicit type conversions for list extracting functions"

From Second Life Wiki
Jump to navigation Jump to search
(Create page)
(No difference)

Revision as of 02:01, 7 February 2011

Table that tells whether an implicit type cast is supported for llList2* depending on the item type in the list. Last tested with this server version: Second Life Server 11.01.25.219622


List item type:
Function:
String Key Integer Float Vector Rotation
llList2String YES YES YES YES YES YES
llList2Key YES YES no no no no
llList2Integer YES no YES YES no no
llList2Float YES no YES YES no no
llList2Vector no no no no YES no
llList2Rotation no no no no no YES

The non-supported conversions for llList2Key return (key)"".

The non-supported conversions for llList2Integer return 0.

The non-supported conversions for llList2Float return 0.0.

The non-supported conversions for llList2Vector return ZERO_VECTOR.

The non-supported conversions for llList2Rot return ZERO_ROTATION.