LSL Status/Types
From OpenSimulator
(Difference between revisions)
(→LSL Types Status) |
|||
Line 59: | Line 59: | ||
|- | |- | ||
− | | height="13" valign="bottom" | list | + | |style="background-color:#FFFF99" height="13" valign="bottom" | list |
| align="center" valign="bottom" | No | | align="center" valign="bottom" | No | ||
| valign="bottom" | Partial function. | | valign="bottom" | Partial function. | ||
|} | |} |
Revision as of 18:58, 19 December 2007
LSL Types Currently 6 of the 7 LSL types are fully implemented:
Table Key
Not Implemented |
Partially Implemented |
Fully Implemented |
Depreciated |
LSL Types Status
Type | Done | Notes |
integer | Yes | Converted to C# int |
float | Yes | Converted to C# decimal |
vector | Yes | Custom Class <dec, dec, dec> |
rotation | Yes | Custom Class <dec, dec, dec, dec> |
key | Yes | Converted to C# string |
string | Yes | Converted to C# string |
list | No | Partial function. |