OSSL Implemented
From OpenSimulator
(→Current OSSL Functions Implemented: Added osTeleportOwner) |
(added link to osUnixTimeToTimestamp) |
||
Line 99: | Line 99: | ||
*[[OsTerrainGetHeight|OsTerrainGetHeight]] | *[[OsTerrainGetHeight|OsTerrainGetHeight]] | ||
*[[OsTerrainSetHeight|OsTerrainSetHeight]] | *[[OsTerrainSetHeight|OsTerrainSetHeight]] | ||
+ | *[[OsUnixTimeToTimestamp|OsUnixTimeToTimestamp]] | ||
*[[OsWindActiveModelPluginName|OsWindActiveModelPluginName]] | *[[OsWindActiveModelPluginName|OsWindActiveModelPluginName]] | ||
*[[OsWindParamGet|OsWindParamGet]] | *[[OsWindParamGet|OsWindParamGet]] |
Revision as of 01:41, 17 November 2010
Languages: |
English Deutsch |
Technical Reference -> Terms -> Status Page -> OSSL Implemented Functions
This article or section contains incomplete information. Please help us by completing the content on this page. |
Current OSSL Functions Implemented
Updated October.21.2010 From OpenSimulator Master/Dev Source.
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 )
Each of these functions has an threat level associated to it. See Threat level for more information and an overview of each function's level.
- OsAvatarName2Key
- OsAvatarPlayAnimation
- OsAvatarStopAnimation
- OsCauseDamage
- OsCauseHealing
- OsConsoleCommand
- OsDrawEllipse
- OsDrawFilledPolygon
- OsDrawFilledRectangle
- OsDrawImage
- OsDrawLine
- OsDrawPolygon
- OsDrawRectangle
- OsDrawText
- OsFormatString
- OsGetAgentIP
- OsGetAgents
- OsGetAvatarList
- OsGetCurrentSunHour
- OsGetDrawStringSize
- OsGetGridLoginURI
- OsGetGridName
- OsGetGridNick
- OsGetLinkPrimitiveParams
- OsGetMapTexture
- OsGetNotecard
- OsGetNotecardLine
- OsGetNumberOfNotecardLines
- OsGetPrimitiveParams
- OsGetRegionMapTexture
- OsGetRegionStats
- OsGetScriptEngineName
- OsGetSimulatorMemory
- OsGetSimulatorVersion
- OsKey2Name
- OsKickAvatar
- OsList2Double
- OsLoadedCreationDate
- OsLoadedCreationID
- OsLoadedCreationTime
- OsMakeNotecard
- OsMatchString
- OsMessageObject
- OsMovePen
- OsNpcCreate
- OsNpcMoveTo
- OsNpcRemove
- OsNpcSay
- OsParcelJoin
- OsParcelSetDetails
- OsParcelSubdivide
- OsParseJSON
- OsRegionNotice
- OsRegionRestart
- OsSetDynamicTextureData
- OsSetDynamicTextureDataBlend
- OsSetDynamicTextureDataBlendFace
- OsSetDynamicTextureURL
- OsSetDynamicTextureURLBlend
- OsSetDynamicTextureURLBlendFace
- OsSetEstateSunSettings
- OsSetFontName
- OsSetFontSize
- OsSetParcelMediaURL
- OsSetParcelSIPAddress
- OsSetPenCap
- OsSetPenColour
- OsSetPenSize
- OsSetPrimFloatOnWater
- OsSetPrimitiveParams
- OsSetProjectionParams
- OsSetRegionSunSettings
- OsSetRegionWaterHeight
- OsSetSpeed
- OsSetStateEvents
- OsSunGetParam
- OsSunSetParam
- OsTeleportAgent
- OsTeleportOwner
- OsTerrainFlush
- OsTerrainGetHeight
- OsTerrainSetHeight
- OsUnixTimeToTimestamp
- 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