LSL Status/Types
From OpenSimulator
(Difference between revisions)
m |
m (Added "See Also" heading with links, also added "Category" tags.) |
||
| Line 66: | Line 66: | ||
Back to [[LSL Status]] | Back to [[LSL Status]] | ||
| + | |||
| + | = See Also = | ||
| + | |||
| + | * [[Status|Main Status Page]] | ||
| + | * [[LSL Status|LSL Status]] | ||
| + | * [[LSL Status/Types|LSL Types Status]] | ||
| + | * [[LSL Status/Events|LSL Events Status]] | ||
| + | * [[LSL Status/Functions|LSL Functions Status]] | ||
| + | * [[LSL_Status/functions/summary | LSL Functions Status Summary]] | ||
| + | * [[Technical_Reference|Technical Reference Page]] | ||
| + | |||
[[Category:Users]] | [[Category:Users]] | ||
| + | [[Category:Support]] | ||
| + | [[Category:Tech Reference]] | ||
| + | [[Category:Help]] | ||
| + | [[Category:Configuration]] | ||
| + | [[Category:Getting_Started]] | ||
| + | [[Category:Development]] | ||
| + | [[Category:Todo]] | ||
Revision as of 08:31, 21 May 2009
Table Key
| Not Implemented |
| Partially Implemented |
| Fully Implemented |
| Depreciated |
LSL Types Status
6 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 | No | Partial function. |
Back to LSL Status