Difference between revisions of "Category:LSL Functions"

From Second Life Wiki
Jump to navigation Jump to search
m
Line 163: Line 163:
* [[llGiveInventoryList]]
* [[llGiveInventoryList]]
* [[llGiveMoney]]
* [[llGiveMoney]]
* <s>[[llGodLikeRezObject]]</s>
* <s>[[llGodLikeRezObject]]</s> {{LSL_GM}}
* [[llGround]]
* [[llGround]]
* [[llGroundContour]]
* [[llGroundContour]]
Line 199: Line 199:
* [[llLoopSoundMaster]]
* [[llLoopSoundMaster]]
* [[llLoopSoundSlave]]
* [[llLoopSoundSlave]]
* [[llMakeExplosion]]
* [[llMakeExplosion]] {{LSL_D}}
* [[llMakeFire]]
* [[llMakeFire]] {{LSL_D}}
* [[llMakeFountain]]
* [[llMakeFountain]] {{LSL_D}}
* [[llMakeSmoke]]
* [[llMakeSmoke]] {{LSL_D}}
* [[llMapDestination]]
* [[llMapDestination]]  
* [[llMD5String]]
* [[llMD5String]]
* [[llMessageLinked]]
* [[llMessageLinked]]
Line 223: Line 223:
* [[llPlaySound]]
* [[llPlaySound]]
* [[llPlaySoundSlave]]
* [[llPlaySoundSlave]]
* [[llPointAt]]
* <s>[[llPointAt]]</s> {{LSL_U}}
* [[llPow]]
* [[llPow]]
* [[llPreloadSound]]
* [[llPreloadSound]]
* [[llPushObject/pt]]
* [[llPushObject/pt]]
* [[llPushObject]]
* [[llPushObject]]
* [[llRefreshPrimURL]]
* <s>[[llRefreshPrimURL]]</s> {{LSL_U}}
* [[llRegionSay]]
* [[llRegionSay]]
* [[llReleaseCamera]]
* [[llReleaseCamera]]
* [[llReleaseControls]]
* <s>[[llReleaseControls]]</s> {{LSL_U}}
* [[llRemoteDataReply]]
* [[llRemoteDataReply]]
* [[llRemoteDataSetRegion]]
* [[llRemoteDataSetRegion]]
* [[llRemoteLoadScript]]
* [[llRemoteLoadScript]] {{LSL_R}}
* [[llRemoteLoadScriptPin]]
* [[llRemoteLoadScriptPin]]
* [[llRemoveFromLandBanList]]
* [[llRemoveFromLandBanList]]
Line 282: Line 282:
* [[llSetForceAndTorque]]
* [[llSetForceAndTorque]]
* [[llSetHoverHeight]]
* [[llSetHoverHeight]]
* <s>[[llSetInventoryPermMask]]</s>
* <s>[[llSetInventoryPermMask]]</s> {{LSL_GM}}
* [[llSetLinkAlpha]]
* [[llSetLinkAlpha]]
* [[llSetLinkColor]]
* [[llSetLinkColor]]
Line 290: Line 290:
* [[llSetObjectDesc]]
* [[llSetObjectDesc]]
* [[llSetObjectName]]
* [[llSetObjectName]]
* <s>[[llSetObjectPermMask]]</s>
* <s>[[llSetObjectPermMask]]</s> {{LSL_GM}}
* [[llSetParcelMusicURL]]
* [[llSetParcelMusicURL]]
* [[llSetPayPrice]]
* [[llSetPayPrice]]
* [[llSetPos]]
* [[llSetPos]]
* [[llSetPrimitiveParams]]
* [[llSetPrimitiveParams]]
* [[llSetPrimURL]]
* <s>[[llSetPrimURL]]</s> {{LSL_U}}
* [[llSetRemoteScriptAccessPin]]
* [[llSetRemoteScriptAccessPin]]
* [[llSetRot]]
* [[llSetRot]]
Line 319: Line 319:
* [[llSitTarget]]
* [[llSitTarget]]
* [[llSleep]]
* [[llSleep]]
* [[llSound]]
* [[llSound]] {{LSL_D}}
* [[llSoundPreload]]
* [[llSoundPreload]] {{LSL_D}}
* [[llSqrt]]
* [[llSqrt]]
* [[llStartAnimation]]
* [[llStartAnimation]]
Line 327: Line 327:
* [[llStopLookAt]]
* [[llStopLookAt]]
* [[llStopMoveToTarget]]
* [[llStopMoveToTarget]]
* [[llStopPointAt]]
* <s>[[llStopPointAt]]</s> {{LSL_U}}
* [[llStopSound]]
* [[llStopSound]]
* [[llStringLength]]
* [[llStringLength]]
Line 333: Line 333:
* [[llStringTrim]]
* [[llStringTrim]]
* [[llSubStringIndex]]
* [[llSubStringIndex]]
* [[llTakeCamera]]
* <s>[[llTakeCamera]]</s> {{LSL_U}}
* [[llTakeControls]]
* [[llTakeControls]]
* [[llTan]]
* [[llTan]]
Line 354: Line 354:
* [[llWhisper]]
* [[llWhisper]]
* [[llWind]]
* [[llWind]]
* [[llXorBase64Strings]]
* [[llXorBase64Strings]] {{LSL_D}}
* [[llXorBase64StringsCorrect]]
* [[llXorBase64StringsCorrect]]
</div>
</div>

Revision as of 11:29, 21 August 2008

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 variables value; the only way is through direct interaction with a storing operator (=, +=, -=, *=, /=, %=, ++, --).

  • Build 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.

Functions

Pages in category "LSL Functions"

The following 200 pages are in this category, out of 518 total.

(previous page) (next page)

G

(previous page) (next page)