User:Fritigern/LSLFunctions
From OpenSimulator
This list of functions is based directly on the list at the SecondLife wiki and reflects the most current list of LSL functions
This list will be used to compare LSL_Status/Functions against this (more?) current list.
--Fritigern 13:26, 22 July 2011 (UTC)
Table to play with:
LSL Function | In LSL_api.cs? | Implemented? |
llSay | Yes | Yes |
llNotAnActualFuntion | No | No |
After these lines, we get more serious.
- Number of functions on SL's wiki: 368
- Number of functions in LSL_api.cs: 368
- Number of implemented functions: 360
- Number of partially implemented functions: 4
- Number of functions left to implement: 8
- Working as expected: -
- Number of broken functions: -
Explanation of this table:
- LSL function - The LSL function as found on the SecondLife LSL wiki
- In LSL_api.cs? - LSL_api.cs is a file in the OpenSimulator source code which determines what LSL function OpenSimulator "knows", or knows of.
- Implemented? - Does LSL_Api.cs contain code for this function, suggesting that it is working/is supposed to work?
- Fully Functional? - Does this function work as it should? This is being tested using the example scripts at the SecondLife LSL wiki.
- Comments - Brief notes. Try to be as clear as possible, in as few words as possible.