Category:OSSL Functions

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (Sorted list of functions in Prim Manipulations section)
m (NPCs)
(41 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
Updated OSSL Functions as of OpenSim DEV 0.7.4 r/21068 17th November, 2012
 
Updated OSSL Functions as of OpenSim DEV 0.7.4 r/21068 17th November, 2012
 
<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 are tagged as deprecated with their replacement shown. The deprecated functions will advise you with a msg that they have been deprecated and to use new osFunction name instead. Further Updates are needed to complete existing list of osFunctions.
+
'''!''' 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 as shown use '''"double"''' as a Value instead of '''"float" '''these vary for purposes of accuracy as shown Below.  
+
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.)  
 
(Float is short for "floating point", and just means a number with a point something on the end.)  
Line 11: Line 11:
 
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 )  
 
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 function takes doubles as arguments but may be internally down-casted to floats.
+
Note that some functions take doubles as arguments but may be internally cast down to floats.
  
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.
+
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 ===
 
=== Avatars ===
Line 36: Line 36:
 
*[[osGetAgentIP]]  
 
*[[osGetAgentIP]]  
 
*[[osGetAgents]]
 
*[[osGetAgents]]
 +
*[[osGetAvatarHomeURI]]
 
*[[osGetAvatarList]]  
 
*[[osGetAvatarList]]  
*[[osGetGender]]
+
*[[osGetGender]] {{new}}
*[[osGetHealRate]]
+
*[[osGetHealRate]] {{new}}
 
*[[osGetHealth]]
 
*[[osGetHealth]]
 
*[[osGetNumberOfAttachments]]
 
*[[osGetNumberOfAttachments]]
Line 44: Line 45:
 
*[[osKickAvatar]]
 
*[[osKickAvatar]]
 
*[[osOwnerSaveAppearance]]
 
*[[osOwnerSaveAppearance]]
*[[osSetHealRate]]
+
*[[osSetHealRate]] {{new}}
 
*[[osSetHealth]]
 
*[[osSetHealth]]
 
*[[osSetSpeed]]
 
*[[osSetSpeed]]
Line 55: Line 56:
 
*[[osIsNpc]]
 
*[[osIsNpc]]
 
*[[osNpcCreate]]
 
*[[osNpcCreate]]
 +
*[[osGetNpcList]] {{new}}
 
*[[osNpcGetPos]]
 
*[[osNpcGetPos]]
 
*[[osNpcGetRot]]
 
*[[osNpcGetRot]]
Line 64: Line 66:
 
*[[osNpcRemove]]
 
*[[osNpcRemove]]
 
*[[osNpcSaveAppearance]]
 
*[[osNpcSaveAppearance]]
*[[osNpcSay]]
 
 
{{multicol-break}}
 
{{multicol-break}}
*[[osNpcSay (with channel)]]
+
*[[osNpcSay]]
*[[osNpcSetProfileAbout]]
+
*[[osNpcSetProfileAbout]] {{new}}
*[[osNpcSetProfileImage]]
+
*[[osNpcSetProfileImage]] {{new}}
 
*[[osNpcSetRot]]
 
*[[osNpcSetRot]]
 
*[[osNpcShout]]
 
*[[osNpcShout]]
Line 80: Line 81:
  
 
=== Prim Manipulations ===
 
=== Prim Manipulations ===
 +
{{multicol}}
 +
*[[osClearInertia]] {{new}}
 
*[[osForceBreakAllLinks]]
 
*[[osForceBreakAllLinks]]
 
*[[osForceBreakLink]]  
 
*[[osForceBreakLink]]  
 
*[[osForceCreateLink]]
 
*[[osForceCreateLink]]
 +
*[[osGetInertiaData]] {{new}}
 
*[[osGetInventoryDesc]]
 
*[[osGetInventoryDesc]]
 +
*[[osGetLinkNumber]] {{new}}
 
*[[osGetLinkPrimitiveParams]]  
 
*[[osGetLinkPrimitiveParams]]  
 
*[[osGetPrimitiveParams]]  
 
*[[osGetPrimitiveParams]]  
 
*[[osGetRezzingObject]]
 
*[[osGetRezzingObject]]
 
*[[osIsUUID]]
 
*[[osIsUUID]]
 +
{{multicol-break}}
 
*[[osListenRegex]]
 
*[[osListenRegex]]
 
*[[osMessageAttachments]]
 
*[[osMessageAttachments]]
 
*[[osMessageObject]]
 
*[[osMessageObject]]
 +
*[[osSetInertia]] {{new}}
 +
*[[osSetInertiaAsBox]] {{new}}
 +
*[[osSetInertiaAsCylinder]] {{new}}
 +
*[[osSetInertiaAsSphere]] {{new}}
 
*[[osSetPrimitiveParams]]  
 
*[[osSetPrimitiveParams]]  
 
*[[osSetProjectionParams]]
 
*[[osSetProjectionParams]]
 
*[[osSetSpeed]]
 
*[[osSetSpeed]]
 +
*[[osTeleportObject]] {{new}}
 +
{{multicol-end}}
  
 
=== Prim Drawings ===
 
=== Prim Drawings ===
 
{{multicol}}
 
{{multicol}}
*[[osMovePen]]  
+
*[[osDrawEllipse]]
*[[osDrawLine]]  
+
*[[osDrawFilledEllipse]] {{new}}
*[[osDrawText]]  
+
*[[osDrawFilledPolygon]]
*[[osDrawEllipse]]  
+
*[[osDrawFilledRectangle]]
*[[osDrawRectangle]]  
+
*[[osDrawImage]]
*[[osDrawFilledRectangle]]  
+
*[[osDrawLine]]
*[[osDrawPolygon]]  
+
*[[osDrawPolygon]]
*[[osDrawFilledPolygon]]  
+
*[[osDrawRectangle]]
*[[osDrawImage]]  
+
*[[osDrawResetTransform]] {{new}}
 +
*[[osDrawRotationTransform]] {{new}}
 
{{multicol-break}}
 
{{multicol-break}}
*[[osGetDrawStringSize]]  
+
*[[osDrawScaleTransform]] {{new}}
*[[osSetFontName]]  
+
*[[osDrawText]]
*[[osSetFontSize]]  
+
*[[osDrawTranslationTransform]] {{new}}
*[[osSetPenSize]]  
+
*[[osGetDrawStringSize]]
*[[osSetPenColor]]  
+
*[[osMovePen]]
 +
*[[osSetFontName]]
 +
*[[osSetFontSize]]
 
*[[osSetPenCap]]
 
*[[osSetPenCap]]
 +
*[[osSetPenColor]]
 +
*[[osSetPenSize]]
 
{{multicol-end}}
 
{{multicol-end}}
  
Line 119: Line 136:
 
*[[osSetDynamicTextureDataBlend]]  
 
*[[osSetDynamicTextureDataBlend]]  
 
*[[osSetDynamicTextureDataBlendFace]]  
 
*[[osSetDynamicTextureDataBlendFace]]  
 +
*[[osSetDynamicTextureDataFace]] {{new}}
 
*[[osSetDynamicTextureURL]]  
 
*[[osSetDynamicTextureURL]]  
 
*[[osSetDynamicTextureURLBlend]]  
 
*[[osSetDynamicTextureURLBlend]]  
Line 124: Line 142:
  
 
=== Notecards ===
 
=== Notecards ===
*[[osMakeNotecard]]
 
 
*[[osGetNotecard]]  
 
*[[osGetNotecard]]  
 
*[[osGetNotecardLine]]  
 
*[[osGetNotecardLine]]  
*[[osGetNumberOfNotecardLines]]  
+
*[[osGetNumberOfNotecardLines]]
 +
*[[osMakeNotecard]]
  
 
=== HTTP ===
 
=== HTTP ===
*[[osRequestURL]]
+
*[[osRequestSecureURL]] {{new}}
*[[osRequestSecureURL]]
+
*[[osRequestURL]] {{new}}
  
 
=== Parcels ===
 
=== Parcels ===
Line 141: Line 159:
 
*[[osGetTerrainHeight]]  
 
*[[osGetTerrainHeight]]  
 
*[[osSetTerrainHeight]]  
 
*[[osSetTerrainHeight]]  
*[[osTerrainFlush]]
 
 
*[[osSetTerrainTexture]]
 
*[[osSetTerrainTexture]]
 
*[[osSetTerrainTextureHeight]]
 
*[[osSetTerrainTextureHeight]]
 +
*[[osTerrainFlush]]
  
 
=== WindLights ===
 
=== WindLights ===
 
{{multicol}}
 
{{multicol}}
*[[osSetRegionWaterHeight]]
 
*[[osSetRegionSunSettings]]
 
*[[osSetEstateSunSettings]]
 
 
*[[osGetCurrentSunHour]]  
 
*[[osGetCurrentSunHour]]  
 
*[[osGetSunParam]]  
 
*[[osGetSunParam]]  
*[[osSetSunParam]]
 
{{multicol-break}}
 
*[[osWindActiveModelPluginName]]
 
 
*[[osGetWindParam]]  
 
*[[osGetWindParam]]  
 +
*[[osSetEstateSunSettings]]
 +
*[[osSetRegionSunSettings]]
 +
{{multicol-break}}
 +
*[[osSetRegionWaterHeight]]
 +
*[[osSetSunParam]]
 
*[[osSetWindParam]]
 
*[[osSetWindParam]]
 +
*[[osWindActiveModelPluginName]]
 
{{multicol-end}}
 
{{multicol-end}}
  
 
=== Grid Information ===
 
=== Grid Information ===
 
{{multicol}}
 
{{multicol}}
 +
*[[osCheckODE]]
 +
*[[osGetGridCustom]]
 +
*[[osGetGridGatekeeperURI]]
 +
*[[osGetGridHomeURI]]
 +
*[[osGetGridLoginURI]]
 
*[[osGetGridName]]  
 
*[[osGetGridName]]  
 
*[[osGetGridNick]]  
 
*[[osGetGridNick]]  
*[[osGetGridLoginURI]]
+
*[[osGetMapTexture]]  
*[[osGetGridHomeURI]]
+
*[[osGetPhysicsEngineName]] {{new}}
*[[osGetGridGatekeeperURI]]
+
*[[osGetPhysicsEngineType]] {{new}}
*[[osGetGridCustom]]
+
*[[osGetScriptEngineName]]
+
*[[osGetSimulatorVersion]]
+
*[[osGetSimulatorMemory]]  
+
 
{{multicol-break}}
 
{{multicol-break}}
*[[osGetMapTexture]]
 
 
*[[osGetRegionMapTexture]]  
 
*[[osGetRegionMapTexture]]  
 
*[[osGetRegionSize]]
 
*[[osGetRegionSize]]
 
*[[osGetRegionStats]]  
 
*[[osGetRegionStats]]  
 +
*[[osGetScriptEngineName]]
 +
*[[osGetSimulatorMemory]]
 +
*[[osGetSimulatorMemoryKB]] {{new}}
 +
*[[osGetSimulatorVersion]]
 
*[[osLoadedCreationDate]]  
 
*[[osLoadedCreationDate]]  
*[[osLoadedCreationTime]]
 
 
*[[osLoadedCreationID]]  
 
*[[osLoadedCreationID]]  
*[[osGetPhysicsEngineName]]
+
*[[osLoadedCreationTime]]  
*[[osGetPhysicsEngineType]]
+
 
{{multicol-end}}
 
{{multicol-end}}
  
 
=== Administration ===
 
=== Administration ===
 +
*[[osConsoleCommand]]
 
*[[osRegionNotice]]  
 
*[[osRegionNotice]]  
 
*[[osRegionRestart]]  
 
*[[osRegionRestart]]  
*[[osConsoleCommand]]
 
 
*[[osSetParcelMediaURL]]  
 
*[[osSetParcelMediaURL]]  
*[[osSetPrimFloatOnWater]]
 
 
*[[osSetParcelSIPAddress]]
 
*[[osSetParcelSIPAddress]]
 +
*[[osSetPrimFloatOnWater]]
  
 
=== Script Permissions (Pending Peer Review)===
 
=== Script Permissions (Pending Peer Review)===
Line 196: Line 216:
 
=== Misc ===
 
=== Misc ===
 
{{multicol}}
 
{{multicol}}
*[[osSetStateEvents]]  
+
*[[osCollisionSound]] {{new}}
*[[osList2Double]]
+
*[[osDie]] {{new}}
*[[osKey2Name]]  
+
 
*[[osFormatString]]  
 
*[[osFormatString]]  
 +
*[[osKey2Name]]
 +
*[[osList2Double]]
 
*[[osMatchString]]  
 
*[[osMatchString]]  
*[[osUnixTimeToTimestamp]]
 
*[[osParseJSON]]
 
{{multicol-break}}
 
*[[osParseJSONNew]]
 
 
*[[osMax]]
 
*[[osMax]]
 
*[[osMin]]
 
*[[osMin]]
*[[osRegexIsMatch]]
+
{{multicol-break}}
 +
*[[osParseJSON]]
 +
*[[osParseJSONNew]]
 
*[[osReplaceString]]
 
*[[osReplaceString]]
 +
*[[osRegexIsMatch]]
 
*[[osSetContentType]]
 
*[[osSetContentType]]
*[[osDie]]
+
*[[osSetStateEvents]]
 +
*[[osUnixTimeToTimestamp]]
 +
*[[osVolumeDetect]]
 
{{multicol-end}}
 
{{multicol-end}}
  

Revision as of 03:08, 24 October 2017

Contents

Current OSSL Functions Implemented

Updated OSSL Functions as of OpenSim DEV 0.7.4 r/21068 17th November, 2012

! 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

Notecards

HTTP

Parcels

Terrains

WindLights

Grid Information

Administration

Script Permissions (Pending Peer Review)

Misc

Deprecated

See Also

Pages in category "OSSL Functions"

The following 200 pages are in this category, out of 253 total.

(previous 200) (next 200)

L

O

O cont.

O cont.

(previous 200) (next 200)
Personal tools
General
About This Wiki