LSL Status/Types
From OpenSimulator
(Difference between revisions)
Revolution (Talk | contribs) m (→See Also) |
m |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
{{Template:Quicklinks}} | {{Template:Quicklinks}} | ||
− | |||
− | |||
=What is the current LSL Type Status?= | =What is the current LSL Type Status?= | ||
Line 74: | Line 72: | ||
** [[LSL_Known_Issues| LSL Known Issues]] | ** [[LSL_Known_Issues| LSL Known Issues]] | ||
** [[Kan-Ed_Tests| Kan-Ed Tests]] | ** [[Kan-Ed_Tests| Kan-Ed Tests]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:Users]] | [[Category:Users]] |
Revision as of 02:06, 4 June 2011
What is the current LSL Type Status?
Introduction
Table Key
Ready for Testing | Partially Implemented | Fully Implemented | Tested/Fail | Deprecated | Not supported |
LSL Types Status
7 of 7 LSL types are fully implemented:
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 | Yes | Converted to C# List |
Back to LSL Status
See Also
- LSL/OSSL Status Page
- LSL
- LSL Types Status Page
- LSL Events Status Page
- LSL Functions Status Page
- LSL Functions Status Summary
- LSL Known Issues
- Kan-Ed Tests