Difference between revisions of "LSL Useful Function WishList"
(→C: JIRA) |
(→G: JIRAs) |
||
Line 35: | Line 35: | ||
{{LSLG|llGetAgentPreferedLanguage}} | {{LSLG|llGetAgentPreferedLanguage}} | ||
{{LSLG|llGetAvatarKeysOnEstate}} | {{LSLG|llGetAvatarKeysOnEstate}} - http://jira.secondlife.com/browse/SVC-58 | ||
{{LSLG|llGetAvatarKeysOnParcel}} | {{LSLG|llGetAvatarKeysOnParcel}} - also SVC-58 as above | ||
{{LSLG|llGetCreatorKey}} | {{LSLG|llGetCreatorKey}} - <s>http://jira.secondlife.com/browse/SVC-1602</s> (is this done?) and mentioned on http://jira.secondlife.com/browse/SVC-1633 | ||
{{LSLG|llGetEstateBanList}} | {{LSLG|llGetEstateBanList}} - http://jira.secondlife.com/browse/SVC-244 | ||
{{LSLG|llGetGender}} | {{LSLG|llGetGender}} - http://jira.secondlife.com/browse/SVC-1636 | ||
{{LSLG|llGetGroup}} | {{LSLG|llGetGroup}} - http://jira.secondlife.com/browse/SVC-2928 and http://jira.secondlife.com/browse/SVC-606 (duplicates?) | ||
{{LSLG|llGetGroupTitle}} | {{LSLG|llGetGroupTitle}} | ||
{{LSLG|llGetInventoryDesc}} | {{LSLG|llGetInventoryDesc}} - http://jira.secondlife.com/browse/SVC-377 | ||
{{LSLG|llGetLinkPrimitiveParams}} | {{LSLG|llGetLinkPrimitiveParams}} - http://jira.secondlife.com/browse/SVC-224 | ||
{{LSLG|llGetMyAccountBalance}} | {{LSLG|llGetMyAccountBalance}} | ||
{{LSLG|llGetNotecard}} | {{LSLG|llGetNotecard}} (this search brings up a misfiled JIRA) | ||
{{LSLG|llGetParcelBanList}} | {{LSLG|llGetParcelBanList}} | ||
{{LSLG|llGetParcelPopulation}} | {{LSLG|llGetParcelPopulation}} | ||
Line 63: | Line 63: | ||
{{LSLG|llGetPowerThirst}} | {{LSLG|llGetPowerThirst}} | ||
{{LSLG|llGetPrice}} | {{LSLG|llGetPrice}} - http://jira.secondlife.com/browse/SVC-1593 | ||
<s>llGetScriptCreatorKey</s> - use [[llGetInventoryCreator]]([[llGetScriptName]]()) instead | <s>llGetScriptCreatorKey</s> - use [[llGetInventoryCreator]]([[llGetScriptName]]()) instead |
Revision as of 10:05, 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
llGetAvatarKeysOnEstate - http://jira.secondlife.com/browse/SVC-58
llGetAvatarKeysOnParcel - also SVC-58 as above
llGetCreatorKey - http://jira.secondlife.com/browse/SVC-1602 (is this done?) and mentioned on http://jira.secondlife.com/browse/SVC-1633
llGetEstateBanList - http://jira.secondlife.com/browse/SVC-244
llGetGender - http://jira.secondlife.com/browse/SVC-1636
llGetGroup - http://jira.secondlife.com/browse/SVC-2928 and http://jira.secondlife.com/browse/SVC-606 (duplicates?)
llGetInventoryDesc - http://jira.secondlife.com/browse/SVC-377
llGetLinkPrimitiveParams - http://jira.secondlife.com/browse/SVC-224
llGetNotecard (this search brings up a misfiled JIRA)
llGetPrice - http://jira.secondlife.com/browse/SVC-1593
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.