LSL Status/Types
From OpenSimulator
(Difference between revisions)
m (Removed 'Template:' prefix from template includings and/or changed external-link into internal-link) |
m (Robot: Cosmetic changes) |
||
Line 2: | Line 2: | ||
{{Quicklinks}} | {{Quicklinks}} | ||
− | =What is the current LSL Type Status?= | + | = What is the current LSL Type Status? = |
− | ==Introduction== | + | == Introduction == |
<br /> | <br /> | ||
Line 69: | Line 69: | ||
** [[LSL Status/Events|LSL Events Status Page]] | ** [[LSL Status/Events|LSL Events Status Page]] | ||
** [[LSL Status/Functions|LSL Functions Status Page]] | ** [[LSL Status/Functions|LSL Functions Status Page]] | ||
− | ** [[ | + | ** [[Kan-Ed Tests]] |
[[Category:Users]] | [[Category:Users]] | ||
[[Category:Support]] | [[Category:Support]] | ||
− | [[Category:Tech Reference]] | + | [[Category:Tech Reference]] |
[[Category:Help]] | [[Category:Help]] | ||
[[Category:Configuration]] | [[Category:Configuration]] | ||
− | [[Category: | + | [[Category:Getting Started]] |
[[Category:Development]] | [[Category:Development]] | ||
[[Category:Todo]] | [[Category:Todo]] |
Revision as of 19:32, 3 March 2012
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
- Kan-Ed Tests