OSSL Implemented
From OpenSimulator
(Difference between revisions)
(Updated Listing to Current, Corrected Faulty Table to Bulleted Editable LIST) |
(fixup format) |
||
Line 1: | Line 1: | ||
− | __NOTOC__ | + | __NOTOC__ {{Template:Quicklinks}} <br>[[Technical Reference|Technical Reference]] -> [[Technical Reference/terms|Terms]] -> [[Status|Status Page]] -> [[OSSL_Implemented|OSSL Implemented Functions]] |
− | {{Template:Quicklinks}} | + | |
− | <br | + | |
− | [[Technical Reference | Technical Reference]] - | + | |
− | {{proposal}} | + | {{proposal}} {{content}} |
− | {{content}} | + | |
− | = Current OSSL Functions Implemented = | + | == Current OSSL Functions Implemented == |
Updated July.29.2010 From Source. 78 osFunctions available. | Updated July.29.2010 From Source. 78 osFunctions available. | ||
Line 100: | Line 96: | ||
<br> | <br> | ||
− | = See Also = | + | == See Also == |
*[[LSL Status|LSL/OSSL Status Page]] | *[[LSL Status|LSL/OSSL Status Page]] | ||
Line 115: | Line 111: | ||
**[[OSSL Proposals|OSSL Proposed Functions]] | **[[OSSL Proposals|OSSL Proposed Functions]] | ||
**[[OSSL_Implemented|OSSL Implemented Functions]] | **[[OSSL_Implemented|OSSL Implemented Functions]] | ||
− | **[[OSSL Enabling Functions]] | + | **[[OSSL Enabling Functions]] |
**[[OSSL Standards|OSSL Standards]] | **[[OSSL Standards|OSSL Standards]] | ||
*[[Technical Reference|Technical Reference Page]] | *[[Technical Reference|Technical Reference Page]] | ||
[[Category:Users]] [[Category:Support]] [[Category:Tech_Reference]] [[Category:Help]] [[Category:Configuration]] [[Category:Getting_Started]] [[Category:Development]] [[Category:Todo]] [[Category:Proposal]] | [[Category:Users]] [[Category:Support]] [[Category:Tech_Reference]] [[Category:Help]] [[Category:Configuration]] [[Category:Getting_Started]] [[Category:Development]] [[Category:Todo]] [[Category:Proposal]] |
Revision as of 08:21, 29 July 2010
Languages: |
English Deutsch |
Technical Reference -> Terms -> Status Page -> OSSL Implemented Functions
This article or section is a Proposal It does not represent the current state of OpenSim, but is an idea for future work in OpenSim. Please feel free to update this page as part of the proposal discussion. |
This article or section contains incomplete information. Please help us by completing the content on this page. |
Current OSSL Functions Implemented
Updated July.29.2010 From Source. 78 osFunctions available.
Special Note: Some Functions as 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 )
- osAvatarName2Key
- osAvatarPlayAnimation
- osAvatarStopAnimation
- osCauseDamage
- osCauseHealing
- osConsoleCommand
- osDrawEllipse
- osDrawFilledPolygon
- osDrawFilledRectangle
- osDrawImage
- osDrawLine
- osDrawLine
- osDrawPolygon
- osDrawRectangle
- osDrawText
- osFormatString
- osGetAgentIP
- osGetAgents
- osGetCurrentSunHour
- osGetDrawStringSize
- osGetGridLoginURI
- osGetGridName
- osGetGridNick
- osGetLinkPrimitiveParams
- osGetMapTexture
- osGetNotecard
- osGetNotecardLine
- osGetNumberOfNotecardLines
- osGetRegionMapTexture
- osGetRegionStats
- osGetScriptEngineName
- osGetSimulatorMemory
- osGetSimulatorVersion
- osKey2Name
- osKickAvatar
- osList2Double
- osLoadedCreationDate
- osLoadedCreationID
- osLoadedCreationTime
- osMakeNotecard
- osMatchString
- osMessageObject
- osMovePen
- osNpcCreate
- osNpcMoveTo
- osNpcRemove
- osNpcSay
- osParseJSON
- osRegionNotice
- osRegionRestart
- osSetDynamicTextureData
- osSetDynamicTextureDataBlend
- osSetDynamicTextureDataBlendFace
- osSetDynamicTextureURL
- osSetDynamicTextureURLBlend
- osSetDynamicTextureURLBlendFace
- osSetEstateSunSettings
- osSetFontName
- osSetFontSize
- osSetParcelMediaURL
- osSetParcelSIPAddress
- osSetPenCap
- osSetPenColour
- osSetPenSize
- osSetPrimFloatOnWater
- osSetRegionSunSettings
- osSetRegionWaterHeight
- osSetSpeed
- osSetStateEvents
- osSunGetParam
- osSunSetParam
- osTeleportAgent
- osTerrainFlush
- osTerrainGetHeight
- osTerrainSetHeight
- osWindActiveModelPluginName
- osWindParamGet
- osWindParamSet
See Also
- LSL/OSSL Status Page
- LSL
- OSSL
- OSSL Types Status Page
- OSSL Events Status Page
- OSSL Proposed Functions
- OSSL Implemented Functions
- OSSL Enabling Functions
- OSSL Standards
- Technical Reference Page