Difference between revisions of "LSL Useful Function WishList"
Jump to navigation
Jump to search
(→A: JIRA) |
(→C: JIRA) |
||
Line 14: | Line 14: | ||
(To prevent spamming of objects with llAllowInvenoryDrop) | (To prevent spamming of objects with llAllowInvenoryDrop) | ||
[[CHANGED_ALLOWED_DROP]] | [[CHANGED_ALLOWED_DROP]] - http://jira.secondlife.com/browse/SVC-3116 | ||
[[llChangeLandPassPrice]] | [[llChangeLandPassPrice]] |
Revision as of 09:12, 11 March 2009
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
llAddToEstateBanList - http://jira.secondlife.com/browse/SVC-244
C
llDetectedDrop?
event: Dropped
(To prevent spamming of objects with llAllowInvenoryDrop) CHANGED_ALLOWED_DROP - http://jira.secondlife.com/browse/SVC-3116
D
E
F
llFrandom use llFrand
G
llGetScriptCreatorKey - use llGetInventoryCreator(llGetScriptName()) instead
H
I
L
M
N
O
P
R
llRequestPermissions(llGetOwner(), PERMISSION_REFUND);
S
llSetLinkPrimitiveParams(PRIM_TEXTURE_ANIM_&_PRIM_TEXT)
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.