Category:OSSL Functions

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (Updated page to mark only functions added in 0.9.0 as new.)
(Avatars)
(48 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
== Current OSSL Functions Implemented  ==
 
== Current OSSL Functions Implemented  ==
  
Updated OSSL Functions Implemented as of OpenSim DEV 0.9.0 #2c8c25a0 August 15, 2017
+
'''!''' Partial Update OpenSim DEV 0.9.1
<br /><br />
+
'''!''' 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.)
+
'''!''' Partial Update OpenSim DEV 0.9.0 #2c8c25a0 August 15, 2017
  
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.
+
'''!''' 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.
 +
 
 +
 
 +
Each of these functions may have threat level associated with 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 23: Line 21:
 
*[[osCauseDamage]]  
 
*[[osCauseDamage]]  
 
*[[osCauseHealing]]
 
*[[osCauseHealing]]
 +
*[[osDetectedCountry]] {{new}}
 
*[[osDropAttachment]]
 
*[[osDropAttachment]]
 
*[[osDropAttachmentAt]]
 
*[[osDropAttachmentAt]]
Line 33: Line 32:
 
*[[osForceDropAttachmentAt]]
 
*[[osForceDropAttachmentAt]]
 
*[[osForceOtherSit]]
 
*[[osForceOtherSit]]
{{multicol-break}}
 
 
*[[osGetAgentIP]]  
 
*[[osGetAgentIP]]  
 +
{{multicol-break}}
 
*[[osGetAgents]]
 
*[[osGetAgents]]
 +
*[[osGetAgentCountry]] {{new}}
 
*[[osGetAvatarHomeURI]]
 
*[[osGetAvatarHomeURI]]
 
*[[osGetAvatarList]]  
 
*[[osGetAvatarList]]  
Line 47: Line 47:
 
*[[osSetHealRate]] {{new}}
 
*[[osSetHealRate]] {{new}}
 
*[[osSetHealth]] {{new}}
 
*[[osSetHealth]] {{new}}
 +
*[[osSetOwnerSpeed]] {{new}}
 
*[[osSetSpeed]]
 
*[[osSetSpeed]]
 
*[[osTeleportAgent]]  
 
*[[osTeleportAgent]]  
Line 68: Line 69:
 
{{multicol-break}}
 
{{multicol-break}}
 
*[[osNpcSay]]
 
*[[osNpcSay]]
 +
*[[osNpcSayTo]] {{new}}
 
*[[osNpcSetProfileAbout]] {{new}}
 
*[[osNpcSetProfileAbout]] {{new}}
 
*[[osNpcSetProfileImage]] {{new}}
 
*[[osNpcSetProfileImage]] {{new}}
Line 80: Line 82:
 
{{multicol-end}}
 
{{multicol-end}}
  
=== Prim Manipulations ===
+
=== Prim Manipulation ===
 
{{multicol}}
 
{{multicol}}
 
*[[osClearInertia]] {{new}}
 
*[[osClearInertia]] {{new}}
Line 92: Line 94:
 
*[[osGetPrimitiveParams]]  
 
*[[osGetPrimitiveParams]]  
 
*[[osGetRezzingObject]]
 
*[[osGetRezzingObject]]
*[[osIsUUID]]
 
 
{{multicol-break}}
 
{{multicol-break}}
 
*[[osListenRegex]]
 
*[[osListenRegex]]
Line 103: Line 104:
 
*[[osSetPrimitiveParams]]  
 
*[[osSetPrimitiveParams]]  
 
*[[osSetProjectionParams]]
 
*[[osSetProjectionParams]]
*[[osSetSpeed]]
 
 
*[[osTeleportObject]] {{new}}
 
*[[osTeleportObject]] {{new}}
 
{{multicol-end}}
 
{{multicol-end}}
  
=== Prim Drawings ===
+
=== Prim Drawing / Dynamic Texture ===
 
{{multicol}}
 
{{multicol}}
 
*[[osDrawEllipse]]
 
*[[osDrawEllipse]]
Line 119: Line 119:
 
*[[osDrawResetTransform]] {{new}}
 
*[[osDrawResetTransform]] {{new}}
 
*[[osDrawRotationTransform]] {{new}}
 
*[[osDrawRotationTransform]] {{new}}
{{multicol-break}}
 
 
*[[osDrawScaleTransform]] {{new}}
 
*[[osDrawScaleTransform]] {{new}}
 
*[[osDrawText]]
 
*[[osDrawText]]
 
*[[osDrawTranslationTransform]] {{new}}
 
*[[osDrawTranslationTransform]] {{new}}
 +
{{multicol-break}}
 
*[[osGetDrawStringSize]]
 
*[[osGetDrawStringSize]]
 
*[[osMovePen]]
 
*[[osMovePen]]
Line 130: Line 130:
 
*[[osSetPenColor]]
 
*[[osSetPenColor]]
 
*[[osSetPenSize]]
 
*[[osSetPenSize]]
{{multicol-end}}
 
 
=== Dynamic Textures ===
 
 
*[[osSetDynamicTextureData]]  
 
*[[osSetDynamicTextureData]]  
 
*[[osSetDynamicTextureDataBlend]]  
 
*[[osSetDynamicTextureDataBlend]]  
Line 140: Line 137:
 
*[[osSetDynamicTextureURLBlend]]  
 
*[[osSetDynamicTextureURLBlend]]  
 
*[[osSetDynamicTextureURLBlendFace]]
 
*[[osSetDynamicTextureURLBlendFace]]
 +
{{multicol-end}}
  
=== Notecards ===
+
=== Notecard ===
 
*[[osGetNotecard]]  
 
*[[osGetNotecard]]  
 
*[[osGetNotecardLine]]  
 
*[[osGetNotecardLine]]  
Line 147: Line 145:
 
*[[osMakeNotecard]]
 
*[[osMakeNotecard]]
  
=== Sounds ===
+
=== Sound ===
*[[osAdjustSoundVolume]]
+
{{multicol}}
*[[osLoopSound]]
+
*[[osAdjustSoundVolume]] {{new}}
*[[osLoopSoundMaster]]
+
*[[osCollisionSound]] {{new}}
*[[osLoopSoundSlave]]
+
*[[osLoopSound]] {{new}}
*[[osPlaySound]]
+
*[[osLoopSoundMaster]] {{new}}
*[[osPlaySoundSlave]]
+
*[[osLoopSoundSlave]] {{new}}
*[[osPreloadSound]]
+
*[[osPlaySound]] {{new}}
*[[osSetSoundRadius]]
+
{{multicol-break}}
*[[osStopSound]]
+
*[[osPlaySoundSlave]] {{new}}
*[[osTriggerSound]]
+
*[[osPreloadSound]] {{new}}
*[[osTriggerSoundLimited]]
+
*[[osSetSoundRadius]] {{new}}
 +
*[[osStopSound]] {{new}}
 +
*[[osTriggerSound]] {{new}}
 +
*[[osTriggerSoundLimited]] {{new}}
 +
{{multicol-end}}
  
 
=== HTTP ===
 
=== HTTP ===
Line 164: Line 166:
 
*[[osRequestURL]]
 
*[[osRequestURL]]
  
=== Parcels ===
+
=== Parcel ===
 
*[[osParcelJoin]]  
 
*[[osParcelJoin]]  
 
*[[osParcelSubdivide]]  
 
*[[osParcelSubdivide]]  
 
*[[osSetParcelDetails]]
 
*[[osSetParcelDetails]]
  
=== Terrains ===
+
=== Terrain ===
 
*[[osGetTerrainHeight]]  
 
*[[osGetTerrainHeight]]  
 
*[[osSetTerrainHeight]]  
 
*[[osSetTerrainHeight]]  
Line 176: Line 178:
 
*[[osTerrainFlush]]
 
*[[osTerrainFlush]]
  
=== WindLights ===
+
=== WindLight ===
 
{{multicol}}
 
{{multicol}}
 
*[[osGetCurrentSunHour]]  
 
*[[osGetCurrentSunHour]]  
Line 190: Line 192:
 
{{multicol-end}}
 
{{multicol-end}}
  
=== Grid Information ===
+
=== Grid / Region Information ===
 
{{multicol}}
 
{{multicol}}
 
*[[osCheckODE]]
 
*[[osCheckODE]]
Line 208: Line 210:
 
*[[osGetScriptEngineName]]  
 
*[[osGetScriptEngineName]]  
 
*[[osGetSimulatorMemory]]  
 
*[[osGetSimulatorMemory]]  
*[[osGetSimulatorMemoryKB]]
+
*[[osGetSimulatorMemoryKB]] {{new}}
 
*[[osGetSimulatorVersion]]  
 
*[[osGetSimulatorVersion]]  
 
*[[osLoadedCreationDate]]  
 
*[[osLoadedCreationDate]]  
Line 217: Line 219:
 
=== Administration ===
 
=== Administration ===
 
*[[osConsoleCommand]]  
 
*[[osConsoleCommand]]  
*[[osRegionNotice]]
+
*[[osRegionNotice]] {{new}}
 
*[[osRegionRestart]]  
 
*[[osRegionRestart]]  
 
*[[osSetParcelMediaURL]]  
 
*[[osSetParcelMediaURL]]  
Line 226: Line 228:
 
*[[osGrantScriptPermissions]]
 
*[[osGrantScriptPermissions]]
 
*[[osRevokeScriptPermissions]]
 
*[[osRevokeScriptPermissions]]
 +
 +
=== String Functions ===
 +
{{multicol}}
 +
* [[osFormatString]]
 +
* [[osMatchString]]
 +
* [[osRegexIsMatch]]
 +
* [[osReplaceString]]
 +
* [[osStringSubString]] {{new}}
 +
* [[osStringStartsWith]] {{new}}
 +
{{multicol-break}}
 +
* [[osStringEndsWith]] {{new}}
 +
* [[osStringIndexOf]] {{new}}
 +
* [[osStringLastIndexOf]] {{new}}
 +
* [[osStringRemove]] {{new}}
 +
* [[osStringReplace]] {{new}}
 +
{{multicol-end}}
  
 
=== Misc ===
 
=== Misc ===
 
{{multicol}}
 
{{multicol}}
*[[osAngleBetween]]
+
*[[osAngleBetween]] {{new}}
*[[osCollisionSound]] {{new}}
+
*[[osApproxEquals]] {{new}}
 
*[[osDie]] {{new}}
 
*[[osDie]] {{new}}
*[[osFormatString]]  
+
*[[osIsUUID]]
 
*[[osKey2Name]]  
 
*[[osKey2Name]]  
 
*[[osList2Double]]  
 
*[[osList2Double]]  
*[[osMatchString]]
 
 
*[[osMax]]
 
*[[osMax]]
 
*[[osMin]]
 
*[[osMin]]
*[[osParseJSON]]
 
 
{{multicol-break}}
 
{{multicol-break}}
*[[osParseJSONNew]]
+
*[[osRound]] {{new}}
*[[osReplaceString]]
+
*[[osRegexIsMatch]]
+
*[[osRound]]
+
 
*[[osSetContentType]]
 
*[[osSetContentType]]
*[[osSetStateEvents]]
 
 
*[[osUnixTimeToTimestamp]]  
 
*[[osUnixTimeToTimestamp]]  
*[[osVecDistSquare]]
+
*[[osVecDistSquare]] {{new}}
*[[osVecMagSquare(a)]]
+
*[[osVecMagSquare]] {{new}}
 
*[[osVolumeDetect]] {{new}}
 
*[[osVolumeDetect]] {{new}}
 
{{multicol-end}}
 
{{multicol-end}}
Line 259: Line 271:
 
*[[osTerrainGetHeight|<strike>osTerrainGetHeight</strike>]] - Use [[osGetTerrainHeight]]  
 
*[[osTerrainGetHeight|<strike>osTerrainGetHeight</strike>]] - Use [[osGetTerrainHeight]]  
 
*[[osTerrainSetHeight|<strike>osTerrainSetHeight</strike>]] - Use [[osSetTerrainHeight]]
 
*[[osTerrainSetHeight|<strike>osTerrainSetHeight</strike>]] - Use [[osSetTerrainHeight]]
 +
*<strike>osWindParamGet</strike> - Use [[osGetWindParam]]
 +
*<strike>osWindParamSet</strike> - Use [[osSetWindParam]]
  
 
== See Also  ==
 
== See Also  ==

Revision as of 06:41, 15 December 2018

Contents

Current OSSL Functions Implemented

! Partial Update OpenSim DEV 0.9.1


! Partial Update OpenSim DEV 0.9.0 #2c8c25a0 August 15, 2017


! 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.


Each of these functions may have threat level associated with it. See Threat level for more information and an overview of each function's level.


Avatars

NPCs

Prim Manipulation

Prim Drawing / Dynamic Texture

Notecard

Sound

HTTP

Parcel

Terrain

WindLight

Grid / Region Information

Administration

Script Permissions (Pending Peer Review)

String Functions

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