Difference between revisions of "Template:LSL All Functions/Key"
Jump to navigation
Jump to search
m |
m |
||
Line 16: | Line 16: | ||
|| {{LSL New}} || The function was recently added. | || {{LSL New}} || The function was recently added. | ||
|- | |- | ||
|| {{LSL_I}} || The [[LSL Function ID|function ID]] for the function is | || {{LSL_I}} || The [[LSL Function ID|function ID]] for the function is not known, or it may not have one. | ||
|- | |- | ||
|| {{LSL_D}} || The function has been deprecated but still works. <br/> It is best to avoid functions marked as deprecated. | || {{LSL_D}} || The function has been deprecated but still works. <br/> It is best to avoid functions marked as deprecated. |
Revision as of 09:06, 2 December 2010
Key | Description |
---|---|
NEW | The function was recently added. |
I | The function ID for the function is not known, or it may not have one. |
D | The function has been deprecated but still works. It is best to avoid functions marked as deprecated. |
R | The function has not only been deprecated, it has been removed. Do not use functions marked as removed. |
U | The function has not been implemented. Do not use functions marked as not implemented. |
G | The function requires god-mode. Functions marked as such cannot be used. |