OSSL Implemented

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(Current OSSL Functions Implemented)
(integrated into OSSLFunction category)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__ {{Template:Quicklinks}} <br>[[Technical Reference|Technical Reference]] -&gt; [[Technical Reference/terms|Terms]] -&gt; [[Status|Status Page]] -&gt; [[OSSL_Implemented|OSSL Implemented Functions]]
+
#Redirect [[:Category:OSSL Functions]]
 
+
&nbsp;{{content}}
+
 
+
== Current OSSL Functions Implemented  ==
+
 
+
Updated October.21.2010 From OpenSimulator Master/Dev Source.
+
 
+
'''!''' Partial Update December.10.2010&nbsp; With commits of this date some functions have been corrected to use standard ossl conventions.&nbsp; The previous are tagged as deprecated with their replacement shown.&nbsp; The deprecated functions will advise you with a msg that they have been deprecated and to use new osFunction name instead.&nbsp; Further Updates are needed to complete existing list of osFunctions.
+
 
+
Special Note:&nbsp;&nbsp; Some Functions as shown use '''"double"''' as a Value instead of '''"float"&nbsp;'''these vary for purposes of accuracy as shown Below.&nbsp;
+
 
+
(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.
+
 
+
<br>
+
 
+
*[[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|<strike>OsSetPenColour</strike>]] - Deprecated, use [[osSetPenColor]]
+
*[[OsSetPenSize]]
+
*[[OsSetPrimFloatOnWater]]
+
*[[OsSetPrimitiveParams]]
+
*[[OsSetProjectionParams]]
+
*[[OsSetRegionSunSettings]]
+
*[[OsSetRegionWaterHeight]]
+
*[[OsSetSpeed]]
+
*[[OsSetStateEvents]]
+
*[[OsSunGetParam|<strike>OsSunGetParam</strike>]] - Deprecated, use [[osGetSunParam]]
+
*[[OsSunSetParam|<strike>OsSunSetParam</strike>]] - Deprecated, use [[osSetSunParam]]
+
*[[OsTeleportAgent]]
+
*[[OsTeleportOwner]]
+
*[[OsTerrainFlush]]
+
*[[OsTerrainGetHeight|<strike>OsTerrainGetHeight</strike>]] - Deprecated, use [[osGetTerrainHeight]]
+
*[[OsTerrainSetHeight|<strike>OsTerrainSetHeight</strike>]] - Deprecated, use [[osSetTerrainHeight]]
+
*[[OsUnixTimeToTimestamp]]
+
*[[OsWindActiveModelPluginName]]
+
*[[OsWindParamGet|<strike>OsWindParamGet</strike>]] - Deprecated, use [[osGetWindParam]]
+
*[[OsWindParamSet|<strike>OsWindParamSet</strike>]] - Deprecated, use [[osSetWindParam]]
+
 
+
<br>
+
 
+
== See Also  ==
+
 
+
*[[LSL Status|LSL/OSSL Status Page]]
+
*LSL
+
**[[LSL Status/Types|LSL Types Status Page]]
+
**[[LSL Status/Events|LSL Events Status Page]]
+
**[[LSL Status/Functions|LSL Functions Status Page]]
+
**[[LSL Status/functions/summary|LSL Functions Status Summary]]
+
**[[LSL Known Issues|LSL Known Issues]]
+
**[[Kan-Ed Tests|Kan-Ed Tests]]
+
*OSSL
+
**[[OSSL Status/Types|OSSL Types Status Page]]
+
**[[OSSL Status/Events|OSSL Events Status Page]]
+
**[[OSSL Proposals|OSSL Proposed Functions]]
+
**[[OSSL_Implemented|OSSL Implemented Functions]]
+
**[[OSSL Enabling Functions]]
+
**[[OSSL Standards|OSSL Standards]]
+
**[[Dynamic_textures|OSSL osDynamicTextures Functions Index Page]]
+
**[[OSSL TextureDrawing|OSSL TextureDrawing Extended Information]]
+
*[[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:OSSL]]
+

Latest revision as of 06:56, 30 June 2011

  1. Redirect Category:OSSL Functions
Personal tools
General
About This Wiki