Difference between revisions of "LSL Useful Function WishList"
Jump to navigation
Jump to search
Asuka Neely (talk | contribs) m |
Asuka Neely (talk | contribs) m |
||
Line 1: | Line 1: | ||
{{Multi-lang}}{{LSL Header}} | |||
__NOTOC__ | __NOTOC__ | ||
NOTE: Please also add your feature requests to the [http://jira.secondlife.com/ JIRA] and create crosslinks between the wiki and the JIRA for voting, and assignment to projects. | NOTE: Please also add your feature requests to the [http://jira.secondlife.com/ JIRA] and create crosslinks between the wiki and the JIRA for voting, and assignment to projects. | ||
Revision as of 21:46, 27 December 2007
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
NOTE: Please also add your feature requests to the JIRA and create crosslinks between the wiki and the JIRA for voting, and assignment to projects.
A
C
llDetectedDrop?
event: Dropped
(To prevent spamming of objects with llAllowInvenoryDrop) CHANGED_ALLOWED_DROP
D
E
F
G
llGetScriptCreatorKey - use llGetInventoryCreator(llGetScriptName()) instead
llGetWorldPopulation
I
L
M
N
O
P
R
llRequestPermissions(llGetOwner(), PERMISSION_REFUND);
S
stopwatch(float precision_time)
T
W
Other functionality
Object Orientation aka OOP or OO
Various C++ aspects should be implemented in LSL, Classes, Switch Statements, pointers, etc.