mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-04 20:24:40 -07:00
Update Side-Effect Free table with latest additions.
This commit is contained in:
parent
8e5166bb2e
commit
f3bd091a6d
1 changed files with 11 additions and 5 deletions
16
seftable.txt
16
seftable.txt
|
@ -1,11 +1,13 @@
|
|||
# Side-effect-free table
|
||||
# This is a list of functions that can be optimized out if they appear
|
||||
# in side-effect-free expressions, e.g. alone as a statement.
|
||||
# This is a list of functions that can be optimized out if they appear in
|
||||
# side-effect-free expressions, e.g. alone as a statement, or assigned to
|
||||
# a never used variable.
|
||||
|
||||
# Some of these functions actually consume "energy". That's considered
|
||||
# a misfeature that can be optimized out here.
|
||||
# Some of these functions actually have the side effect of consuming "energy".
|
||||
# That's considered a misfeature that can be optimized out here.
|
||||
llAbs
|
||||
llAcos
|
||||
llAgentInExperience
|
||||
llAngleBetween
|
||||
llAsin
|
||||
llAtan2
|
||||
|
@ -70,6 +72,9 @@ llGetDate
|
|||
llGetDisplayName
|
||||
llGetEnergy
|
||||
llGetEnv
|
||||
llGetExperienceDetails
|
||||
llGetExperienceErrorMessage
|
||||
llGetExperienceList
|
||||
llGetForce
|
||||
llGetFreeMemory
|
||||
llGetFreeURLs
|
||||
|
@ -96,7 +101,9 @@ llGetLocalPos
|
|||
llGetLocalRot
|
||||
llGetMass
|
||||
llGetMassMKS
|
||||
llGetMaxScaleFactor
|
||||
llGetMemoryLimit
|
||||
llGetMinScaleFactor
|
||||
llGetNumberOfPrims
|
||||
llGetNumberOfSides
|
||||
llGetObjectDesc
|
||||
|
@ -212,7 +219,6 @@ llStringToBase64
|
|||
llStringTrim
|
||||
llSubStringIndex
|
||||
llTakeCamera
|
||||
|
||||
llTan
|
||||
llToLower
|
||||
llToUpper
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue