Difference between revisions of "Category:LSL Functions"
From Second Life Wiki
Xpor Crystal (Talk | contribs) |
Xpor Crystal (Talk | contribs) (→ฟังก์ชั่น) |
||
Line 8: | Line 8: | ||
*User functions that change the values of parameters inside the function scope will not have those changes applied to the variables that supplied those parameters. {{Footnote|Function parameters are effectively passed by value, not by reference. When pass by reference is used in LSO-LSL, the reference points to a copy of the value, not to the original.}} | *User functions that change the values of parameters inside the function scope will not have those changes applied to the variables that supplied those parameters. {{Footnote|Function parameters are effectively passed by value, not by reference. When pass by reference is used in LSO-LSL, the reference points to a copy of the value, not to the original.}} | ||
− | == | + | == Functions== |
{{LSL All Functions|name|key=*}} | {{LSL All Functions|name|key=*}} |
Latest revision as of 01:24, 19 April 2016
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
This category contains built-in LSL functions.
Mutability
All types in LSL are immutable (they can't be mutated by side effect), variables can only be changed by being overwritten. There is no way to indirectly modify a variable's value; the only way is through direct interaction with a storing operator (=, +=, -=, *=, /=, %=, ++, --).
- Built-in functions will never modify the variables used as parameters.
- User functions that change the values of parameters inside the function scope will not have those changes applied to the variables that supplied those parameters. [1]
Functions
Key | Description |
---|---|
NEW | The function was recently added. |
I | The LSO 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. |
B | This function is marked as broken and may not work. |
G | The function requires god-mode. Functions marked as such cannot be used. |
RQ | This function has been requested by several users and has not been implemented. Do not use functions marked as requested. |
- llAbs
- llAcos
- llAddToLandBanList
- llAddToLandPassList
- llAdjustSoundVolume
- llAgentInExperience I
- llAllowInventoryDrop
- llAngleBetween
- llApplyImpulse
- llApplyRotationalImpulse
- llAsin
- llAtan2
- llAttachToAvatar
- llAttachToAvatarTemp I
- llAvatarOnLinkSitTarget I
- llAvatarOnSitTarget
- llAxes2Rot
- llAxisAngle2Rot
- llBase64ToInteger
- llBase64ToString
- llBreakAllLinks
- llBreakLink
- llCastRay I
- llCeil
- llClearCameraParams
- llClearLinkMedia I
- llClearPrimMedia
- llCloseRemoteDataChannel
-
llCloudD - llCollisionFilter
- llCollisionSound
- llCollisionSprite B
- llCos
- llCreateCharacter I
- llCreateKeyValue I
- llCreateLink
- llCSV2List
- llDataSizeKeyValue I
- llDeleteCharacter I
- llDeleteKeyValue I
- llDeleteSubList
- llDeleteSubString
- llDetachFromAvatar
- llDetectedGrab
- llDetectedGroup
- llDetectedKey
- llDetectedLinkNumber
- llDetectedName
- llDetectedOwner
- llDetectedPos
- llDetectedRot
- llDetectedTouchBinormal
- llDetectedTouchFace
- llDetectedTouchNormal
- llDetectedTouchPos
- llDetectedTouchST
- llDetectedTouchUV
- llDetectedType
- llDetectedVel
- llDialog
- llDie
- llDumpList2String
- llEdgeOfWorld
- llEjectFromLand
- llEmail
- llEscapeURL
- llEuler2Rot
- llEvade I
- llExecCharacterCmd I
- llFabs
- llFleeFrom I
- llFloor
- llForceMouselook
- llFrand
- llGenerateKey I
- llGetAccel
- llGetAgentInfo
- llGetAgentLanguage
- llGetAgentList I
- llGetAgentSize
- llGetAlpha
- llGetAndResetTime
- llGetAnimation
- llGetAnimationList
- llGetAnimationOverride I
- llGetAttached
- llGetAttachedList I
- llGetBoundingBox
- llGetCameraPos
- llGetCameraRot
- llGetCenterOfMass
- llGetClosestNavPoint I
- llGetColor
- llGetCreator
- llGetDate
- llGetDayLength NEW I
- llGetDayOffset NEW I
- llGetDisplayName
- llGetEnergy
- llGetEnv
- llGetEnvironment NEW I
- llGetExperienceDetails I
- llGetExperienceErrorMessage I
- llGetForce
- llGetFreeMemory
- llGetFreeURLs
- llGetGeometricCenter
- llGetGMTclock
- llGetHTTPHeader
- llGetInventoryCreator
- llGetInventoryKey
- llGetInventoryName
- llGetInventoryNumber
- llGetInventoryPermMask
- llGetInventoryType
- llGetKey
- llGetLandOwnerAt
- llGetLinkKey
- llGetLinkMedia I
- llGetLinkName
- llGetLinkNumber
- llGetLinkNumberOfSides
- llGetLinkPrimitiveParams
- llGetListEntryType
- llGetListLength
- llGetLocalPos
- llGetLocalRot
- llGetMass
- llGetMassMKS I
- llGetMaxScaleFactor I
- llGetMemoryLimit I
- llGetMinScaleFactor I
- llGetMoonDirection NEW I
- llGetMoonRotation NEW I
- llGetNextEmail
- llGetNotecardLine
- llGetNumberOfNotecardLines
- llGetNumberOfPrims
- llGetNumberOfSides
- llGetObjectAnimationNames
- llGetObjectDesc
- llGetObjectDetails
- llGetObjectMass
- llGetObjectName
- llGetObjectPermMask
- llGetObjectPrimCount
- llGetOmega
- llGetOwner
- llGetOwnerKey
- llGetParcelDetails
- llGetParcelFlags
- llGetParcelMaxPrims
- llGetParcelMusicURL I
- llGetParcelPrimCount
- llGetParcelPrimOwners
- llGetPermissions
- llGetPermissionsKey
- llGetPhysicsMaterial I
- llGetPos
- llGetPrimitiveParams
- llGetPrimMediaParams
- llGetRegionAgentCount
- llGetRegionCorner
- llGetRegionDayLength NEW I
- llGetRegionDayOffset NEW I
- llGetRegionFlags
- llGetRegionFPS
- llGetRegionMoonDirection NEW I
- llGetRegionMoonRotation NEW I
- llGetRegionName
- llGetRegionSunDirection NEW I
- llGetRegionSunRotation NEW I
- llGetRegionTimeDilation
- llGetRootPosition
- llGetRootRotation
- llGetRot
- llGetScale
- llGetScriptName
- llGetScriptState
- llGetSimStats I
- llGetSimulatorHostname
- llGetSPMaxMemory I
- llGetStartParameter
- llGetStaticPath I
- llGetStatus
- llGetSubString
- llGetSunDirection NEW I
- llGetSunRotation NEW I
- llGetTexture
- llGetTextureOffset
- llGetTextureRot
- llGetTextureScale
- llGetTime
- llGetTimeOfDay
- llGetTimestamp
- llGetTorque
- llGetUnixTime
- llGetUsedMemory I
- llGetUsername
- llGetVel
- llGetWallclock
- llGiveInventory
- llGiveInventoryList
- llGiveMoney
-
llGodLikeRezObjectG - llGround
- llGroundContour
- llGroundNormal
- llGroundRepel
- llGroundSlope
- llHTTPRequest
- llHTTPResponse
- llInsertString
- llInstantMessage
- llIntegerToBase64
- llJson2List I
- llJsonGetValue I
- llJsonSetValue I
- llJsonValueType I
- llKey2Name I
- llKeyCountKeyValue I
- llKeysKeyValue I
- llLinkParticleSystem
- llLinkSitTarget I
- llList2CSV
- llList2Float
- llList2Integer
- llList2Json I
- llList2Key
- llList2List
- llList2ListStrided
- llList2Rot
- llList2String
- llList2Vector
- llListen
- llListenControl
- llListenRemove
- llListFindList
- llListInsertList
- llListRandomize
- llListReplaceList
- llListSort
- llListStatistics
- llLoadURL
- llLog
- llLog10
- llLookAt
- llLoopSound
- llLoopSoundMaster
- llLoopSoundSlave
-
llMakeExplosionD -
llMakeFireD -
llMakeFountainD -
llMakeSmokeD - llManageEstateAccess I
- llMapDestination
- llMD5String
- llMessageLinked
- llMinEventDelay
- llModifyLand
- llModPow
- llMoveToTarget
- llName2Key I
- llNavigateTo
- llOffsetTexture
- llOpenRemoteDataChannel
- llOverMyLand
- llOwnerSay
- llParcelMediaCommandList
- llParcelMediaQuery
- llParseString2List
- llParseStringKeepNulls
- llParticleSystem
- llPassCollisions
- llPassTouches
- llPatrolPoints I
- llPlaySound
- llPlaySoundSlave
-
llPointAtD - llPow
- llPreloadSound
- llPursue I
- llPushObject
- llReadKeyValue I
-
llRefreshPrimURLD - llRegionSay
- llRegionSayTo
-
llReleaseCameraD - llReleaseControls
- llReleaseURL
- llRemoteDataReply
-
llRemoteDataSetRegionD -
llRemoteLoadScriptD - llRemoteLoadScriptPin
- llRemoveFromLandBanList
- llRemoveFromLandPassList
- llRemoveInventory
- llRemoveVehicleFlags
- llReplaceAgentEnvironment NEW I
- llRequestAgentData
- llRequestDisplayName
- llRequestExperiencePermissions I
- llRequestInventoryData
- llRequestPermissions
- llRequestSecureURL
- llRequestSimulatorData
- llRequestURL
- llRequestUserKey I
- llRequestUsername
- llResetAnimationOverride I
- llResetLandBanList
- llResetLandPassList
- llResetOtherScript
- llResetScript
- llResetTime
- llReturnObjectsByID I
- llReturnObjectsByOwner I
- llRezAtRoot
- llRezObject
- llRot2Angle
- llRot2Axis
- llRot2Euler
- llRot2Fwd
- llRot2Left
- llRot2Up
- llRotateTexture
- llRotBetween
- llRotLookAt
- llRotTarget
- llRotTargetRemove
- llRound
- llSameGroup
- llSay
- llScaleByFactor I
- llScaleTexture
- llScriptDanger
- llScriptProfiler I
- llSendRemoteData
- llSensor
- llSensorRemove
- llSensorRepeat
- llSetAgentEnvironment NEW I
- llSetAlpha
- llSetAngularVelocity I
- llSetAnimationOverride I
- llSetBuoyancy
- llSetCameraAtOffset
- llSetCameraEyeOffset
- llSetCameraParams
- llSetClickAction
- llSetColor
- llSetContentType I
- llSetDamage
- llSetForce
- llSetForceAndTorque
- llSetHoverHeight
-
llSetInventoryPermMaskG - llSetKeyframedMotion I
- llSetLinkAlpha
- llSetLinkCamera I
- llSetLinkColor
- llSetLinkMedia I
- llSetLinkPrimitiveParams
- llSetLinkPrimitiveParamsFast
- llSetLinkTexture
- llSetLinkTextureAnim
- llSetLocalRot
- llSetMemoryLimit I
- llSetObjectDesc
- llSetObjectName
-
llSetObjectPermMaskG - llSetParcelMusicURL
- llSetPayPrice
- llSetPhysicsMaterial I
- llSetPos
- llSetPrimitiveParams
- llSetPrimMediaParams
-
llSetPrimURLD - llSetRegionPos I
- llSetRemoteScriptAccessPin
- llSetRot
- llSetScale
- llSetScriptState
- llSetSitText
- llSetSoundQueueing
- llSetSoundRadius
- llSetStatus
- llSetText
- llSetTexture
- llSetTextureAnim
- llSetTimerEvent
- llSetTorque
- llSetTouchText
- llSetVehicleFlags
- llSetVehicleFloatParam
- llSetVehicleRotationParam
- llSetVehicleType
- llSetVehicleVectorParam
- llSetVelocity I
- llSHA1String
- llShout
- llSin
- llSitOnLink
- llSitTarget
- llSleep
-
llSoundD -
llSoundPreloadD - llSqrt
- llStartAnimation
- llStartObjectAnimation
- llStopAnimation
- llStopObjectAnimation
- llStopHover
- llStopLookAt
- llStopMoveToTarget
-
llStopPointAtD - llStopSound
- llStringLength
- llStringToBase64
- llStringTrim
- llSubStringIndex
-
llTakeCameraD - llTakeControls
- llTan
- llTarget
- llTargetOmega
- llTargetRemove
- llTeleportAgent I
- llTeleportAgentGlobalCoords I
- llTeleportAgentHome
- llTextBox
- llToLower
- llToUpper
- llTransferLindenDollars I
- llTriggerSound
- llTriggerSoundLimited
- llUnescapeURL
- llUnSit
- llUpdateCharacter I
- llUpdateKeyValue I
- llVecDist
- llVecMag
- llVecNorm
- llVolumeDetect
- llWanderWithin I
- llWater
- llWhisper
- llWind
- llXorBase64 I
-
llXorBase64StringsD -
llXorBase64StringsCorrectD
Footnotes
- ^ Function parameters are effectively passed by value, not by reference. When pass by reference is used in LSO-LSL, the reference points to a copy of the value, not to the original.
Subcategories
This category has the following 16 subcategories, out of 16 total.
L |
L cont. |
L cont. |
Pages in category "LSL Functions"
The following 56 pages are in this category, out of 464 total.
(previous 200) (next 200)S |
S cont.
T |
T cont.UVWX |