OSSL Implemented

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(Updated Listing to Current, Corrected Faulty Table to Bulleted Editable LIST)
(integrated into OSSLFunction category)
 
(20 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__NOTOC__
+
#Redirect [[:Category:OSSL Functions]]
{{Template:Quicklinks}}
+
<br />
+
[[Technical Reference | Technical Reference]] -> [[Technical Reference/terms | Terms]] -> [[Status | Status Page]] -> [[OSSL_Implemented| OSSL Implemented Functions]]
+
 
+
{{proposal}}
+
{{content}}
+
 
+
= Current OSSL Functions Implemented  =
+
 
+
Updated July.29.2010 From Source. 78 osFunctions available.
+
 
+
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 )
+
 
+
<br>
+
 
+
*[[OsAvatarName2Key|osAvatarName2Key]]
+
*[[OsAvatarPlayAnimation|osAvatarPlayAnimation]]
+
*[[OsAvatarStopAnimation|osAvatarStopAnimation]]
+
*[[OsCauseDamage|osCauseDamage]]
+
*[[OsCauseHealing|osCauseHealing]]
+
*[[OsConsoleCommand|osConsoleCommand]]
+
*[[OsDrawEllipse|osDrawEllipse]]
+
*[[OsDrawFilledPolygon|osDrawFilledPolygon]]
+
*[[OsDrawFilledRectangle|osDrawFilledRectangle]]
+
*[[OsDrawImage|osDrawImage]]
+
*[[OsDrawLine|osDrawLine]]
+
*[[OsDrawLine|osDrawLine]]
+
*[[OsDrawPolygon|osDrawPolygon]]
+
*[[OsDrawRectangle|osDrawRectangle]]
+
*[[OsDrawText|osDrawText]]
+
*[[OsFormatString|osFormatString]]
+
*[[OsGetAgentIP|osGetAgentIP]]
+
*[[OsGetAgents|osGetAgents]]
+
*[[OsGetCurrentSunHour|osGetCurrentSunHour]]
+
*[[OsGetDrawStringSize|osGetDrawStringSize]]
+
*[[OsGetGridLoginURI|osGetGridLoginURI]]
+
*[[OsGetGridName|osGetGridName]]
+
*[[OsGetGridNick|osGetGridNick]]
+
*[[OsGetLinkPrimitiveParams|osGetLinkPrimitiveParams]]
+
*[[OsGetMapTexture|osGetMapTexture]]
+
*[[OsGetNotecard|osGetNotecard]]
+
*[[OsGetNotecardLine|osGetNotecardLine]]
+
*[[OsGetNumberOfNotecardLines|osGetNumberOfNotecardLines]]
+
*[[OsGetRegionMapTexture|osGetRegionMapTexture]]
+
*[[OsGetRegionStats|osGetRegionStats]]
+
*[[OsGetScriptEngineName|osGetScriptEngineName]]
+
*[[OsGetSimulatorMemory|osGetSimulatorMemory]]
+
*[[OsGetSimulatorVersion|osGetSimulatorVersion]]
+
*[[OsKey2Name|osKey2Name]]
+
*[[OsKickAvatar|osKickAvatar]]
+
*[[OsList2Double|osList2Double]]
+
*[[OsLoadedCreationDate|osLoadedCreationDate]]
+
*[[OsLoadedCreationID|osLoadedCreationID]]
+
*[[OsLoadedCreationTime|osLoadedCreationTime]]
+
*[[OsMakeNotecard|osMakeNotecard]]
+
*[[OsMatchString|osMatchString]]
+
*[[OsMessageObject|osMessageObject]]
+
*[[OsMovePen|osMovePen]]
+
*[[OsNpcCreate|osNpcCreate]]
+
*[[OsNpcMoveTo|osNpcMoveTo]]
+
*[[OsNpcRemove|osNpcRemove]]
+
*[[OsNpcSay|osNpcSay]]
+
*[[OsParseJSON|osParseJSON]]
+
*[[OsRegionNotice|osRegionNotice]]
+
*[[OsRegionRestart|osRegionRestart]]
+
*[[OsSetDynamicTextureData|osSetDynamicTextureData]]
+
*[[OsSetDynamicTextureDataBlend|osSetDynamicTextureDataBlend]]
+
*[[OsSetDynamicTextureDataBlendFace|osSetDynamicTextureDataBlendFace]]
+
*[[OsSetDynamicTextureURL|osSetDynamicTextureURL]]
+
*[[OsSetDynamicTextureURLBlend|osSetDynamicTextureURLBlend]]
+
*[[OsSetDynamicTextureURLBlendFace|osSetDynamicTextureURLBlendFace]]
+
*[[OsSetEstateSunSettings|osSetEstateSunSettings]]
+
*[[OsSetFontName|osSetFontName]]
+
*[[OsSetFontSize|osSetFontSize]]
+
*[[OsSetParcelMediaURL|osSetParcelMediaURL]]
+
*[[OsSetParcelSIPAddress|osSetParcelSIPAddress]]
+
*[[OsSetPenCap|osSetPenCap]]
+
*[[OsSetPenColour|osSetPenColour]]
+
*[[OsSetPenSize|osSetPenSize]]
+
*[[OsSetPrimFloatOnWater|osSetPrimFloatOnWater]]
+
*[[OsSetRegionSunSettings|osSetRegionSunSettings]]
+
*[[OsSetRegionWaterHeight|osSetRegionWaterHeight]]
+
*[[OsSetSpeed|osSetSpeed]]
+
*[[OsSetStateEvents|osSetStateEvents]]
+
*[[OsSunGetParam|osSunGetParam]]
+
*[[OsSunSetParam|osSunSetParam]]
+
*[[OsTeleportAgent|osTeleportAgent]]
+
*[[OsTerrainFlush|osTerrainFlush]]
+
*[[OsTerrainGetHeight|osTerrainGetHeight]]
+
*[[OsTerrainSetHeight|osTerrainSetHeight]]
+
*[[OsWindActiveModelPluginName|osWindActiveModelPluginName]]
+
*[[OsWindParamGet|osWindParamGet]]
+
*[[OsWindParamSet|osWindParamSet]]
+
 
+
<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]]
+
*[[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]]
+

Latest revision as of 06:56, 30 June 2011

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