Category:OSSL Functions
From OpenSimulator
(→Administration) |
m (Updated page to mark only functions added in 0.9.0 as new.) |
||
Line 1: | Line 1: | ||
== Current OSSL Functions Implemented == | == Current OSSL Functions Implemented == | ||
− | Updated OSSL Functions as of OpenSim DEV 0. | + | Updated OSSL Functions Implemented as of OpenSim DEV 0.9.0 #2c8c25a0 August 15, 2017 |
<br /><br /> | <br /><br /> | ||
'''!''' Partial Update December.10.2010 With commits of this date some functions have been corrected to use standard OSSL conventions. The previous functions are tagged as deprecated with their replacement shown. The deprecated functions will advise you with a message that they have been deprecated and to use the new os function name instead. Further updates are needed to complete the existing list of os functions. | '''!''' Partial Update December.10.2010 With commits of this date some functions have been corrected to use standard OSSL conventions. The previous functions are tagged as deprecated with their replacement shown. The deprecated functions will advise you with a message that they have been deprecated and to use the new os function name instead. Further updates are needed to complete the existing list of os functions. | ||
Line 38: | Line 38: | ||
*[[osGetAvatarHomeURI]] | *[[osGetAvatarHomeURI]] | ||
*[[osGetAvatarList]] | *[[osGetAvatarList]] | ||
− | *[[osGetGender]] | + | *[[osGetGender]] |
*[[osGetHealRate]] {{new}} | *[[osGetHealRate]] {{new}} | ||
*[[osGetHealth]] | *[[osGetHealth]] | ||
Line 46: | Line 46: | ||
*[[osOwnerSaveAppearance]] | *[[osOwnerSaveAppearance]] | ||
*[[osSetHealRate]] {{new}} | *[[osSetHealRate]] {{new}} | ||
− | *[[osSetHealth]] | + | *[[osSetHealth]] {{new}} |
*[[osSetSpeed]] | *[[osSetSpeed]] | ||
*[[osTeleportAgent]] | *[[osTeleportAgent]] | ||
Line 148: | Line 148: | ||
=== Sounds === | === Sounds === | ||
− | *[[osAdjustSoundVolume]] | + | *[[osAdjustSoundVolume]] |
− | *[[osLoopSound]] | + | *[[osLoopSound]] |
− | *[[osLoopSoundMaster]] | + | *[[osLoopSoundMaster]] |
− | *[[osLoopSoundSlave]] | + | *[[osLoopSoundSlave]] |
− | *[[osPlaySound]] | + | *[[osPlaySound]] |
− | *[[osPlaySoundSlave]] | + | *[[osPlaySoundSlave]] |
− | *[[osPreloadSound]] | + | *[[osPreloadSound]] |
− | *[[osSetSoundRadius]] | + | *[[osSetSoundRadius]] |
− | *[[osStopSound]] | + | *[[osStopSound]] |
− | *[[osTriggerSound]] | + | *[[osTriggerSound]] |
− | *[[osTriggerSoundLimited]] | + | *[[osTriggerSoundLimited]] |
=== HTTP === | === HTTP === | ||
− | *[[osRequestSecureURL]] | + | *[[osRequestSecureURL]] |
− | *[[osRequestURL]] | + | *[[osRequestURL]] |
=== Parcels === | === Parcels === | ||
Line 201: | Line 201: | ||
*[[osGetMapTexture]] | *[[osGetMapTexture]] | ||
*[[osGetPhysicsEngineName]] {{new}} | *[[osGetPhysicsEngineName]] {{new}} | ||
− | *[[osGetPhysicsEngineType]] | + | *[[osGetPhysicsEngineType]] |
{{multicol-break}} | {{multicol-break}} | ||
*[[osGetRegionMapTexture]] | *[[osGetRegionMapTexture]] | ||
Line 208: | Line 208: | ||
*[[osGetScriptEngineName]] | *[[osGetScriptEngineName]] | ||
*[[osGetSimulatorMemory]] | *[[osGetSimulatorMemory]] | ||
− | *[[osGetSimulatorMemoryKB]] | + | *[[osGetSimulatorMemoryKB]] |
*[[osGetSimulatorVersion]] | *[[osGetSimulatorVersion]] | ||
*[[osLoadedCreationDate]] | *[[osLoadedCreationDate]] | ||
Line 217: | Line 217: | ||
=== Administration === | === Administration === | ||
*[[osConsoleCommand]] | *[[osConsoleCommand]] | ||
− | *[[osRegionNotice]] | + | *[[osRegionNotice]] |
*[[osRegionRestart]] | *[[osRegionRestart]] | ||
*[[osSetParcelMediaURL]] | *[[osSetParcelMediaURL]] | ||
Line 229: | Line 229: | ||
=== Misc === | === Misc === | ||
{{multicol}} | {{multicol}} | ||
− | *[[osAngleBetween]] | + | *[[osAngleBetween]] |
*[[osCollisionSound]] {{new}} | *[[osCollisionSound]] {{new}} | ||
*[[osDie]] {{new}} | *[[osDie]] {{new}} | ||
Line 243: | Line 243: | ||
*[[osReplaceString]] | *[[osReplaceString]] | ||
*[[osRegexIsMatch]] | *[[osRegexIsMatch]] | ||
− | *[[osRound]] | + | *[[osRound]] |
*[[osSetContentType]] | *[[osSetContentType]] | ||
*[[osSetStateEvents]] | *[[osSetStateEvents]] | ||
*[[osUnixTimeToTimestamp]] | *[[osUnixTimeToTimestamp]] | ||
− | *[[osVecDistSquare]] | + | *[[osVecDistSquare]] |
− | *[[osVecMagSquare(a)]] | + | *[[osVecMagSquare(a)]] |
− | *[[osVolumeDetect]] | + | *[[osVolumeDetect]] {{new}} |
{{multicol-end}} | {{multicol-end}} | ||
Revision as of 13:00, 8 September 2018
Contents |
Current OSSL Functions Implemented
Updated OSSL Functions Implemented as of OpenSim DEV 0.9.0 #2c8c25a0 August 15, 2017
! Partial Update December.10.2010 With commits of this date some functions have been corrected to use standard OSSL conventions. The previous functions are tagged as deprecated with their replacement shown. The deprecated functions will advise you with a message that they have been deprecated and to use the new os function name instead. Further updates are needed to complete the existing list of os functions.
Special Note: Some functions shown use "double" as a value instead of "float". These vary for purposes of accuracy as shown below.
(Float is short for "floating point", and just means a number with a point something on the end.)
The difference between the two is in the size of the numbers that they can hold. For float, you can have up to 7 digits in your number. For doubles, you can have up to 16 digits. To be more precise, here's the official size: ( float: 1.5 × 10-45 to 3.4 × 1038 ) ( double: 5.0 × 10-324 to 1.7 × 10308 )
Note that some functions take doubles as arguments but may be internally cast down to floats.
Each of these functions has a threat level associated with it. See Threat level for more information and an overview of each function's level.
Avatars
NPCs
Prim Manipulations
Prim Drawings
Dynamic Textures
- osSetDynamicTextureData
- osSetDynamicTextureDataBlend
- osSetDynamicTextureDataBlendFace
- osSetDynamicTextureDataFace NEW!
- osSetDynamicTextureURL
- osSetDynamicTextureURLBlend
- osSetDynamicTextureURLBlendFace
Notecards
Sounds
- osAdjustSoundVolume
- osLoopSound
- osLoopSoundMaster
- osLoopSoundSlave
- osPlaySound
- osPlaySoundSlave
- osPreloadSound
- osSetSoundRadius
- osStopSound
- osTriggerSound
- osTriggerSoundLimited
HTTP
Parcels
Terrains
WindLights
Grid Information
Administration
- osConsoleCommand
- osRegionNotice
- osRegionRestart
- osSetParcelMediaURL
- osSetParcelSIPAddress
- osSetPrimFloatOnWater
Script Permissions (Pending Peer Review)
Misc
Deprecated
osParcelSetDetails- Use osSetParcelDetailsosSetPenColour- Use osSetPenColorosSunGetParam- Use osGetSunParamosSunSetParam- Use osSetSunParamosTerrainGetHeight- Use osGetTerrainHeightosTerrainSetHeight- Use osSetTerrainHeight
See Also
- LSL/OSSL Status Page
- OSSL
Subcategories
This category has the following 11 subcategories, out of 11 total.
O |
O cont. |
O cont. |
Pages in category "OSSL Functions"
The following 200 pages are in this category, out of 256 total.
(previous 200) (next 200)