Category:OSSL Functions

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(Misc)
(NPCs: Adjust break)
(40 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 33: Line 31:
 
*[[osForceDropAttachmentAt]]
 
*[[osForceDropAttachmentAt]]
 
*[[osForceOtherSit]]
 
*[[osForceOtherSit]]
{{multicol-break}}
 
 
*[[osGetAgentIP]]  
 
*[[osGetAgentIP]]  
 +
{{multicol-break}}
 
*[[osGetAgents]]
 
*[[osGetAgents]]
 
*[[osGetAvatarHomeURI]]
 
*[[osGetAvatarHomeURI]]
Line 69: Line 67:
 
{{multicol-break}}
 
{{multicol-break}}
 
*[[osNpcSay]]
 
*[[osNpcSay]]
 +
*[[osNpcSayTo]] {{new}}
 
*[[osNpcSetProfileAbout]] {{new}}
 
*[[osNpcSetProfileAbout]] {{new}}
 
*[[osNpcSetProfileImage]] {{new}}
 
*[[osNpcSetProfileImage]] {{new}}
Line 81: Line 80:
 
{{multicol-end}}
 
{{multicol-end}}
  
=== Prim Manipulations ===
+
=== Prim Manipulation ===
 
{{multicol}}
 
{{multicol}}
 
*[[osClearInertia]] {{new}}
 
*[[osClearInertia]] {{new}}
Line 93: Line 92:
 
*[[osGetPrimitiveParams]]  
 
*[[osGetPrimitiveParams]]  
 
*[[osGetRezzingObject]]
 
*[[osGetRezzingObject]]
*[[osIsUUID]]
 
 
{{multicol-break}}
 
{{multicol-break}}
 
*[[osListenRegex]]
 
*[[osListenRegex]]
Line 104: Line 102:
 
*[[osSetPrimitiveParams]]  
 
*[[osSetPrimitiveParams]]  
 
*[[osSetProjectionParams]]
 
*[[osSetProjectionParams]]
*[[osSetSpeed]]
 
 
*[[osTeleportObject]] {{new}}
 
*[[osTeleportObject]] {{new}}
 
{{multicol-end}}
 
{{multicol-end}}
  
=== Prim Drawings ===
+
=== Prim Drawing / Dynamic Texture ===
 
{{multicol}}
 
{{multicol}}
 
*[[osDrawEllipse]]
 
*[[osDrawEllipse]]
Line 120: Line 117:
 
*[[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 131: Line 128:
 
*[[osSetPenColor]]
 
*[[osSetPenColor]]
 
*[[osSetPenSize]]
 
*[[osSetPenSize]]
{{multicol-end}}
 
 
=== Dynamic Textures ===
 
 
*[[osSetDynamicTextureData]]  
 
*[[osSetDynamicTextureData]]  
 
*[[osSetDynamicTextureDataBlend]]  
 
*[[osSetDynamicTextureDataBlend]]  
Line 141: Line 135:
 
*[[osSetDynamicTextureURLBlend]]  
 
*[[osSetDynamicTextureURLBlend]]  
 
*[[osSetDynamicTextureURLBlendFace]]
 
*[[osSetDynamicTextureURLBlendFace]]
 +
{{multicol-end}}
  
=== Notecards ===
+
=== Notecard ===
 
*[[osGetNotecard]]  
 
*[[osGetNotecard]]  
 
*[[osGetNotecardLine]]  
 
*[[osGetNotecardLine]]  
Line 148: Line 143:
 
*[[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 165: Line 164:
 
*[[osRequestURL]]
 
*[[osRequestURL]]
  
=== Parcels ===
+
=== Parcel ===
 
*[[osParcelJoin]]  
 
*[[osParcelJoin]]  
 
*[[osParcelSubdivide]]  
 
*[[osParcelSubdivide]]  
 
*[[osSetParcelDetails]]
 
*[[osSetParcelDetails]]
  
=== Terrains ===
+
=== Terrain ===
 
*[[osGetTerrainHeight]]  
 
*[[osGetTerrainHeight]]  
 
*[[osSetTerrainHeight]]  
 
*[[osSetTerrainHeight]]  
Line 177: Line 176:
 
*[[osTerrainFlush]]
 
*[[osTerrainFlush]]
  
=== WindLights ===
+
=== WindLight ===
 
{{multicol}}
 
{{multicol}}
 
*[[osGetCurrentSunHour]]  
 
*[[osGetCurrentSunHour]]  
Line 191: Line 190:
 
{{multicol-end}}
 
{{multicol-end}}
  
=== Grid Information ===
+
=== Grid / Region Information ===
 
{{multicol}}
 
{{multicol}}
 
*[[osCheckODE]]
 
*[[osCheckODE]]
Line 209: Line 208:
 
*[[osGetScriptEngineName]]  
 
*[[osGetScriptEngineName]]  
 
*[[osGetSimulatorMemory]]  
 
*[[osGetSimulatorMemory]]  
*[[osGetSimulatorMemoryKB]]
+
*[[osGetSimulatorMemoryKB]] {{new}}
 
*[[osGetSimulatorVersion]]  
 
*[[osGetSimulatorVersion]]  
 
*[[osLoadedCreationDate]]  
 
*[[osLoadedCreationDate]]  
Line 218: Line 217:
 
=== Administration ===
 
=== Administration ===
 
*[[osConsoleCommand]]  
 
*[[osConsoleCommand]]  
*[[osRegionNotice]]
+
*[[osRegionNotice]] {{new}}
 
*[[osRegionRestart]]  
 
*[[osRegionRestart]]  
 
*[[osSetParcelMediaURL]]  
 
*[[osSetParcelMediaURL]]  
Line 227: Line 226:
 
*[[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]] {{new}}
 
*[[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]]
 
*[[osReplaceString]]
 
*[[osRegexIsMatch]]
 
 
*[[osRound]] {{new}}
 
*[[osRound]] {{new}}
 
*[[osSetContentType]]
 
*[[osSetContentType]]
*[[osSetStateEvents]]
 
 
*[[osUnixTimeToTimestamp]]  
 
*[[osUnixTimeToTimestamp]]  
 
*[[osVecDistSquare]] {{new}}
 
*[[osVecDistSquare]] {{new}}
Line 260: Line 269:
 
*[[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 18:32, 11 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