Category:OSSL Functions

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(Misc: New function)
(Prim)
 
(198 intermediate revisions by 7 users not shown)
Line 1: Line 1:
== Current OSSL Functions Implemented  ==
+
{{Quicklinks}}
 +
<br />
 +
<div style="background-color:#FFA500; padding:10px; padding-bottom:5px; border: 1px #FF544F solid">
 +
This information is relative to (almost) the last OpenSimulator Development version. In some cases it may not apply to older versions.
 +
</div>
  
'''!''' Partial Update OpenSim DEV 0.9.1
+
== OSSL function permissions ==
 +
Several OSSL functions have execution permission control to prevent abusive or dangerous use.
  
 +
This is controlled by files osslDefaultEnable.ini and osslEnable.ini, by default in folder bin/config-include<br>
 +
The use logic of these two files is identical to OpenSimDefaults.ini and OpenSim.ini
  
'''!''' Partial Update OpenSim DEV 0.9.0 #2c8c25a0 August 15, 2017
+
Older OpenSimulator versions only used file osslEnable.ini.<br>
 +
Some older OpenSimulator versions had checks for all OSSLfunctions.<br>
 +
That made no sense for many functions, so now many are always allowed wasting no time on useless checks.<br>
  
 +
For details about these permissions, please read file OpenSimDefaults.ini
  
'''!''' 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.
+
= osslDefaultEnable.ini =
 +
This file contains the defaults for OSSL execution permissions set by OpenSimulator dev team.<br>
 +
Instead of changing defaults defined in code, the OpenSimulator dev team may decide to just make changes in this file.<br>
 +
This file was not present on older OpenSimulator versions.<br>
 +
If you need to change permissions, copy the respective entry to osslEnable.ini and modify there.<br>
  
 +
= osslEnable.ini =
 +
This file contains the local overrides for OSSL permissions.<br>
 +
It is read after osslDefaultEnable.ini, and any entry on it replaces the old one.<br>
 +
This file is not provided on code packages, an osslEnable.ini.example is.<br>
 +
At first time setup, you will need to copy the example file to osslEnable.ini and then edit it for your needs, using osslDefaults.ini as reference.<br>
 +
This was the only file used on older OpenSimulator versions.
  
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.
+
== Current OSSL Functions Implemented  ==
 
+
  
 
=== Avatars ===
 
=== Avatars ===
 
{{multicol}}
 
{{multicol}}
*[[osAgentSaveAppearance]]
+
 
*[[osAvatarName2Key]]
+
* [[osAgentSaveAppearance]]
*[[osAvatarPlayAnimation]]  
+
* [[osAvatarName2Key]]
*[[osAvatarStopAnimation]]  
+
* [[osAvatarPlayAnimation]]  
*[[osCauseDamage]]  
+
* [[osAvatarStopAnimation]]
*[[osCauseHealing]]
+
* [[osAvatarType]]
*[[osDropAttachment]]
+
* [[osCauseDamage]]  
*[[osDropAttachmentAt]]
+
* [[osCauseHealing]]
*[[osEjectFromGroup]]
+
* [[osDetectedCountry]]
*[[osForceAttachToAvatar]]
+
* [[osDropAttachment]]
*[[osForceAttachToAvatarFromInventory]]
+
* [[osDropAttachmentAt]]
*[[osForceAttachToOtherAvatarFromInventory]]
+
* [[osEjectFromGroup]]
*[[osForceDetachFromAvatar]]
+
* [[osForceAttachToAvatar]]
*[[osForceDropAttachment]]
+
* [[osForceAttachToAvatarFromInventory]]
*[[osForceDropAttachmentAt]]
+
* [[osForceAttachToOtherAvatarFromInventory]]
*[[osForceOtherSit]]
+
* [[osForceDetachFromAvatar]]
 +
* [[osForceDropAttachment]]
 +
* [[osForceDropAttachmentAt]]
 +
* [[osForceOtherSit]]
 +
* [[osGetAgentIP]]
 +
* [[osGetAgents]]
 
{{multicol-break}}
 
{{multicol-break}}
*[[osGetAgentIP]]
+
* [[osGetAgentCountry]]
*[[osGetAgents]]
+
* [[osGetAvatarHomeURI]]
*[[osGetAvatarHomeURI]]
+
* [[osGetAvatarList]]  
*[[osGetAvatarList]]  
+
* [[osGetGender]]
*[[osGetGender]]
+
* [[osGetHealRate]]
*[[osGetHealRate]] {{new}}
+
* [[osGetHealth]]
*[[osGetHealth]]
+
* [[osGetNumberOfAttachments]]
*[[osGetNumberOfAttachments]]
+
* [[osGrantScriptPermissions]]
*[[osInviteToGroup]]
+
* [[osInviteToGroup]]
*[[osKickAvatar]]
+
* [[osKickAvatar]]
*[[osOwnerSaveAppearance]]
+
* [[osOwnerSaveAppearance]]
*[[osSetHealRate]] {{new}}
+
* [[osRevokeScriptPermissions]]
*[[osSetHealth]] {{new}}
+
* [[osSetHealRate]]
*[[osSetOwnerSpeed]] {{new}}
+
* [[osSetHealth]]
*[[osSetSpeed]]
+
* [[osSetOwnerSpeed]]
*[[osTeleportAgent]]  
+
* [[osSetSpeed]]
*[[osTeleportOwner]]  
+
* [[osLocalTeleportAgent]]
 +
* [[osTeleportAgent]]  
 +
* [[osTeleportOwner]]
 +
* [[osReplaceAgentEnvironment]]
 
{{multicol-end}}
 
{{multicol-end}}
  
 
=== NPCs ===
 
=== NPCs ===
 
{{multicol}}
 
{{multicol}}
*[[osIsNpc]]
+
* [[osIsNpc]]
*[[osNpcCreate]]
+
* [[osNpcCreate]]
*[[osGetNpcList]] {{new}}
+
* [[osGetNpcList]]
*[[osNpcGetPos]]
+
* [[osNpcGetPos]]
*[[osNpcGetRot]]
+
* [[osNpcGetRot]]
*[[osNpcGetOwner]]
+
* [[osNpcGetOwner]]
*[[osNpcLoadAppearance]]
+
* [[osNpcLookAt]] {{E}}
*[[osNpcMoveTo]]
+
* [[osNpcLoadAppearance]]
*[[osNpcMoveToTarget]]
+
* [[osNpcMoveTo]]
*[[osNpcPlayAnimation]]
+
* [[osNpcMoveToTarget]]
*[[osNpcRemove]]
+
* [[osNpcPlayAnimation]]
*[[osNpcSaveAppearance]]
+
* [[osNpcRemove]]
 +
* [[osNpcSaveAppearance]]
 
{{multicol-break}}
 
{{multicol-break}}
*[[osNpcSay]]
+
* [[osNpcSay]]
*[[osNpcSetProfileAbout]] {{new}}
+
* [[osNpcSayTo]]
*[[osNpcSetProfileImage]] {{new}}
+
* [[osNpcSetProfileAbout]]
*[[osNpcSetRot]]
+
* [[osNpcSetProfileImage]]
*[[osNpcShout]]
+
* [[osNpcSetRot]]
*[[osNpcSit]]
+
* [[osNpcShout]]
*[[osNpcStand]]
+
* [[osNpcSit]]
*[[osNpcStopMoveToTarget]]
+
* [[osNpcStand]]
*[[osNpcStopAnimation]]
+
* [[osNpcStopMoveToTarget]]
*[[osNpcTouch]]
+
* [[osNpcStopAnimation]]
*[[osNpcWhisper]]
+
* [[osNpcTouch]]
 +
* [[osNpcWhisper]]
 
{{multicol-end}}
 
{{multicol-end}}
  
=== Prim Manipulations ===
+
=== Prim ===
 
{{multicol}}
 
{{multicol}}
*[[osClearInertia]] {{new}}
+
* [[osClearInertia]]
*[[osForceBreakAllLinks]]
+
* [[osClearObjectAnimations]]
*[[osForceBreakLink]]  
+
* [[osDie]]
*[[osForceCreateLink]]
+
* [[osForceBreakAllLinks]]
*[[osGetInertiaData]] {{new}}
+
* [[osForceBreakLink]]  
*[[osGetInventoryDesc]]
+
* [[osForceCreateLink]]
*[[osGetLinkNumber]] {{new}}
+
* [[osGetInertiaData]]
*[[osGetLinkPrimitiveParams]]  
+
* [[osGetInventoryItemKey]]
*[[osGetPrimitiveParams]]  
+
* [[osGetInventoryName]]
*[[osGetRezzingObject]]
+
* [[osGetInventoryNames]] {{new}}
 +
* [[osGetInventoryItemKeys]] {{new}}
 +
* [[osGetInventoryDesc]]
 +
* [[osGetInventoryLastOwner]]
 +
* [[osGetLinkInventoryName]] {{new}}
 +
* [[osGetLinkInventoryNames]] {{new}}
 +
* [[osGetInventoryItemKey| osGetLinkInventoryItemKey]] {{new}}
 +
* [[osGetInventoryItemKeys | osGetLinkInventoryItemKeys]] {{new}}
 +
* [[osGetLinkInventoryDesc]] {{new}}
 +
* [[osGiveLinkInventory]] {{new}}
 +
* [[osGiveLinkInventoryList]] {{new}}
 +
* [[osRemoveLinkInventory]] {{new}}
 +
* [[osGetLastChangedEventKey]]
 +
* [[osGetLinkNumber]]
 +
* [[osGetLinkPrimitiveParams]]
 +
* [[osGetPrimitiveParams]]  
 
{{multicol-break}}
 
{{multicol-break}}
*[[osListenRegex]]
+
* [[osGetRezzingObject]]
*[[osMessageAttachments]]
+
* [[osGetSitActiveRange]]
*[[osMessageObject]]
+
* [[osGetLinkSitActiveRange]]
*[[osSetInertia]] {{new}}
+
* [[osGetSitTargetPos]] {{new}}
*[[osSetInertiaAsBox]] {{new}}
+
* [[osGetSitTargetRot]] {{new}}
*[[osSetInertiaAsCylinder]] {{new}}
+
* [[osGetStandTarget]]
*[[osSetInertiaAsSphere]] {{new}}
+
* [[osGetLinkStandTarget]]
*[[osSetPrimitiveParams]]  
+
* [[osLinkParticleSystem]] {{new}}
*[[osSetProjectionParams]]
+
* [[osMessageAttachments]]
*[[osSetSpeed]]
+
* [[osMessageObject]]
*[[osTeleportObject]] {{new}}
+
* [[osParticleSystem]] {{new}}
 +
* [[osSetInertia]]
 +
* [[osSetInertiaAsBox]]
 +
* [[osSetInertiaAsCylinder]]
 +
* [[osSetInertiaAsSphere]]
 +
* [[osSetPrimitiveParams]]  
 +
* [[osSetProjectionParams]]
 +
* [[osSetSitActiveRange]]
 +
* [[osSetLinkSitActiveRange]]
 +
* [[osSetStandTarget]]
 +
* [[osSetLinkStandTarget]]
 +
* [[osTeleportObject]]
 +
* [[osVolumeDetect]]
 +
* [[osGetPrimCount]] {{new}}
 +
* [[osGetSittingAvatarsCount]] {{new}}
 +
 
 
{{multicol-end}}
 
{{multicol-end}}
  
=== Prim Drawings ===
+
=== Prim Drawing / Dynamic Texture ===
 
{{multicol}}
 
{{multicol}}
*[[osDrawEllipse]]
+
* [[osDrawEllipse]]
*[[osDrawFilledEllipse]] {{new}}
+
* [[osDrawFilledEllipse]]
*[[osDrawFilledPolygon]]
+
* [[osDrawFilledPolygon]]
*[[osDrawFilledRectangle]]
+
* [[osDrawFilledRectangle]]
*[[osDrawImage]]
+
* [[osDrawImage]]
*[[osDrawLine]]
+
* [[osDrawLine]]
*[[osDrawPolygon]]
+
* [[osDrawPolygon]]
*[[osDrawRectangle]]
+
* [[osDrawRectangle]]
*[[osDrawResetTransform]] {{new}}
+
* [[osDrawResetTransform]]
*[[osDrawRotationTransform]] {{new}}
+
* [[osDrawRotationTransform]]
 +
* [[osDrawScaleTransform]]
 +
* [[osDrawText]]
 +
* [[osDrawTranslationTransform]]
 +
* [[osGetDrawStringSize]]
 
{{multicol-break}}
 
{{multicol-break}}
*[[osDrawScaleTransform]] {{new}}
+
* [[osMovePen]]
*[[osDrawText]]
+
* [[osSetFontName]]
*[[osDrawTranslationTransform]] {{new}}
+
* [[osSetFontSize]]
*[[osGetDrawStringSize]]
+
* [[osSetPenCap]]
*[[osMovePen]]
+
* [[osSetPenColor]]
*[[osSetFontName]]
+
* [[osSetPenSize]]
*[[osSetFontSize]]
+
* [[osSetDynamicTextureData]]
*[[osSetPenCap]]
+
* [[osSetDynamicTextureDataFace]]
*[[osSetPenColor]]
+
* [[osSetDynamicTextureDataBlend]]
*[[osSetPenSize]]
+
* [[osSetDynamicTextureDataBlendFace]]
 +
* [[osSetDynamicTextureURL]]
 +
* [[osSetDynamicTextureURLBlend]]
 +
* [[osSetDynamicTextureURLBlendFace]]
 
{{multicol-end}}
 
{{multicol-end}}
  
=== Dynamic Textures ===
+
=== Notecard ===
*[[osSetDynamicTextureData]]  
+
* [[osGetNotecard]]  
*[[osSetDynamicTextureDataBlend]]  
+
* [[osGetNotecardLine]]  
*[[osSetDynamicTextureDataBlendFace]]  
+
* [[osGetNumberOfNotecardLines]]
*[[osSetDynamicTextureDataFace]] {{new}}
+
* [[osMakeNotecard]]
*[[osSetDynamicTextureURL]]
+
*[[osSetDynamicTextureURLBlend]]
+
*[[osSetDynamicTextureURLBlendFace]]
+
  
=== Notecards ===
+
=== Sound ===
*[[osGetNotecard]]
+
{{multicol}}
*[[osGetNotecardLine]]
+
* [[osAdjustSoundVolume]]
*[[osGetNumberOfNotecardLines]]
+
* [[osCollisionSound]]
*[[osMakeNotecard]]
+
* [[osLoopSound]]
 
+
* [[osLoopSoundMaster]]
=== Sounds ===
+
* [[osLoopSoundSlave]]
*[[osAdjustSoundVolume]] {{new}}
+
* [[osPlaySound]]
*[[osCollisionSound]] {{new}}
+
{{multicol-break}}
*[[osLoopSound]] {{new}}
+
* [[osPlaySoundSlave]]
*[[osLoopSoundMaster]] {{new}}
+
* [[osPreloadSound]]
*[[osLoopSoundSlave]] {{new}}
+
* [[osSetSoundRadius]]
*[[osPlaySound]] {{new}}
+
* [[osStopSound]]
*[[osPlaySoundSlave]] {{new}}
+
* [[osTriggerSound]]
*[[osPreloadSound]] {{new}}
+
* [[osTriggerSoundLimited]]
*[[osSetSoundRadius]] {{new}}
+
{{multicol-end}}
*[[osStopSound]] {{new}}
+
*[[osTriggerSound]] {{new}}
+
*[[osTriggerSoundLimited]] {{new}}
+
  
 
=== HTTP ===
 
=== HTTP ===
*[[osRequestSecureURL]]
+
* [[osRequestSecureURL]]
*[[osRequestURL]]
+
* [[osRequestURL]]
 +
* [[osSetContentType]]
  
=== Parcels ===
+
=== Parcel ===
*[[osParcelJoin]]  
+
{{multicol}}
*[[osParcelSubdivide]]  
+
* [[osParcelJoin]]  
*[[osSetParcelDetails]]
+
* [[osParcelSubdivide]]  
 +
* [[osGetParcelDwell]]
 +
{{multicol-break}}
 +
* [[osSetParcelDetails]]
 +
* [[osGetParcelDetails]]
 +
* [[osGetParcelIDs]]
 +
* [[osGetParcelID]]
 +
{{multicol-end}}
  
=== Terrains ===
+
=== Terrain ===
*[[osGetTerrainHeight]]  
+
* [[osGetTerrainHeight]]  
*[[osSetTerrainHeight]]  
+
* [[osSetTerrainHeight]]  
*[[osSetTerrainTexture]]
+
* [[osSetTerrainTexture]]
*[[osSetTerrainTextureHeight]]
+
* [[osSetTerrainTextureHeight]]
*[[osTerrainFlush]]
+
* [[osTerrainFlush]]
  
=== WindLights ===
+
=== Region / Parcel Environment ===
 
{{multicol}}
 
{{multicol}}
*[[osGetCurrentSunHour]]  
+
* [[osGetCurrentSunHour]]  
*[[osGetSunParam]]  
+
* [[osGetApparentTime]]
*[[osGetWindParam]]  
+
* [[osGetApparentTimeString]]
*[[osSetEstateSunSettings]]  
+
* [[osGetApparentRegionTime]]
*[[osSetRegionSunSettings]]  
+
* [[osGetApparentRegionTimeString]]
 +
* [[osGetWindParam]]  
 
{{multicol-break}}
 
{{multicol-break}}
*[[osSetRegionWaterHeight]]  
+
* [[osSetRegionWaterHeight]]  
*[[osSetSunParam]]  
+
* [[osSetWindParam]]
*[[osSetWindParam]]
+
* [[osWindActiveModelPluginName]]
*[[osWindActiveModelPluginName]]  
+
* [[osReplaceParcelEnvironment]]
 +
* [[osReplaceRegionEnvironment]]
 +
* [[osResetEnvironment]]
 
{{multicol-end}}
 
{{multicol-end}}
  
=== Grid Information ===
+
=== Grid / Region Information ===
 
{{multicol}}
 
{{multicol}}
*[[osCheckODE]]
+
* [[osCheckODE]]
*[[osGetGridCustom]]
+
* [[osGetGridCustom]]
*[[osGetGridGatekeeperURI]]
+
* [[osGetGridGatekeeperURI]]
*[[osGetGridHomeURI]]
+
* [[osGetGridHomeURI]]
*[[osGetGridLoginURI]]
+
* [[osGetGridLoginURI]]
*[[osGetGridName]]  
+
* [[osGetGridName]]  
*[[osGetGridNick]]  
+
* [[osGetGridNick]]  
*[[osGetMapTexture]]  
+
* [[osGetMapTexture]]  
*[[osGetPhysicsEngineName]] {{new}}
+
* [[osGetPhysicsEngineName]]
*[[osGetPhysicsEngineType]]
+
* [[osGetPhysicsEngineType]]
 
{{multicol-break}}
 
{{multicol-break}}
*[[osGetRegionMapTexture]]  
+
* [[osGetRegionMapTexture]]  
*[[osGetRegionSize]]
+
* [[osGetRegionSize]]
*[[osGetRegionStats]]  
+
* [[osGetRegionStats]]  
*[[osGetScriptEngineName]]  
+
* [[osGetScriptEngineName]]  
*[[osGetSimulatorMemory]]  
+
* [[osGetSimulatorMemory]]  
*[[osGetSimulatorMemoryKB]] {{new}}
+
* [[osGetSimulatorMemoryKB]]
*[[osGetSimulatorVersion]]  
+
* [[osGetSimulatorVersion]]  
*[[osLoadedCreationDate]]  
+
* [[osLoadedCreationDate]]  
*[[osLoadedCreationID]]  
+
* [[osLoadedCreationID]]  
*[[osLoadedCreationTime]]  
+
* [[osLoadedCreationTime]]  
 
{{multicol-end}}
 
{{multicol-end}}
  
 
=== Administration ===
 
=== Administration ===
*[[osConsoleCommand]]  
+
* [[osConsoleCommand]]  
*[[osRegionNotice]] {{new}}
+
* [[osRegionNotice]]
*[[osRegionRestart]]  
+
* [[osRegionRestart]]  
*[[osSetParcelMediaURL]]  
+
* [[osSetParcelMediaURL]]  
*[[osSetParcelSIPAddress]]
+
* [[osSetParcelMusicURL]]
*[[osSetPrimFloatOnWater]]
+
* [[osSetParcelSIPAddress]]
  
=== Script Permissions (Pending Peer Review)===
+
=== Script ===
*[[osGrantScriptPermissions]]
+
*[[osResetAllScripts]]
*[[osRevokeScriptPermissions]]
+
 
 +
=== String Manipulation ===
 +
{{multicol}}
 +
* [[osFormatString]]
 +
* [[osListenRegex]]
 +
* [[osMatchString]]
 +
* [[osRegexIsMatch]]
 +
* [[osReplaceString]]
 +
* [[osStringSubString]]
 +
{{multicol-break}}
 +
* [[osStringStartsWith]]
 +
* [[osStringEndsWith]]
 +
* [[osStringIndexOf]]
 +
* [[osStringLastIndexOf]]
 +
* [[osStringRemove]]
 +
* [[osStringReplace]]
 +
{{multicol-end}}
  
 
=== Misc ===
 
=== Misc ===
 
{{multicol}}
 
{{multicol}}
*[[osAngleBetween]] {{new}}
+
* [[osAESEncrypt]] {{new}}
*[[osApproxEquals]] {{new}}
+
* [[osAESDecrypt]] {{new}}
*[[osDie]] {{new}}
+
* [[osAESEncryptTo]] {{new}}
*[[osFormatString]]
+
* [[osAESDecryptFrom]] {{new}}
*[[osIsUUID]]
+
* [[osAngleBetween]]
*[[osKey2Name]]  
+
* [[osApproxEquals]]
*[[osList2Double]]  
+
* [[osGetPSTWallclock]]
*[[osMatchString]]  
+
* [[osListSortInPlace]]
*[[osMax]]
+
* [[osListSortInPlaceStrided]] {{new}}
*[[osMin]]
+
* [[osIsUUID]]
*[[osParseJSON]]
+
 
{{multicol-break}}
 
{{multicol-break}}
*[[osParseJSONNew]]
+
* [[osIsNotValidNumber]]
*[[osReplaceString]]
+
* [[osKey2Name]]
*[[osRegexIsMatch]]
+
* [[osMax]]
*[[osRound]] {{new}}
+
* [[osMin]]
*[[osSetContentType]]
+
* [[osRound]]
*[[osSetStateEvents]]  
+
* [[osSHA256]]
*[[osUnixTimeToTimestamp]]  
+
* [[osSlerp]]
*[[osVecDistSquare]] {{new}}
+
* [[osUnixTimeToTimestamp]]  
*[[osVecMagSquare]] {{new}}
+
* [[osVecDistSquare]]
*[[osVolumeDetect]] {{new}}
+
* [[osVecMagSquare]]
 
{{multicol-end}}
 
{{multicol-end}}
  
 
=== Deprecated ===
 
=== Deprecated ===
*[[osParcelSetDetails|<strike>osParcelSetDetails</strike>]] - Use [[osSetParcelDetails]]  
+
* [[osParcelSetDetails|<strike>osParcelSetDetails</strike>]] - Use [[osSetParcelDetails]]  
*[[osSetPenColour|<strike>osSetPenColour</strike>]] - Use [[osSetPenColor]]  
+
* [[osSetPenColour|<strike>osSetPenColour</strike>]] - Use [[osSetPenColor]]  
*[[osSunGetParam|<strike>osSunGetParam</strike>]] - Use [[osGetSunParam]]  
+
* [[osSunGetParam|<strike>osSunGetParam</strike>]] - Use [[osGetSunParam]]  
*[[osSunSetParam|<strike>osSunSetParam</strike>]] - Use [[osSetSunParam]]  
+
* [[osSunSetParam|<strike>osSunSetParam</strike>]] - Use [[osSetSunParam]]  
*[[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>osWindParamGet</strike> - Use [[osGetWindParam]]
 
*<strike>osWindParamSet</strike> - Use [[osSetWindParam]]
 
*<strike>osWindParamSet</strike> - Use [[osSetWindParam]]
 +
* [[osList2Double|<strike>osList2Double</strike>]] - Use llList2Float
 +
* [[osGetSunParam]]
 +
* [[osSetEstateSunSettings]]
 +
* [[osSetRegionSunSettings]]
 +
* [[osSetSunParam]]
 +
* [[osSetPrimFloatOnWater]]
  
 
== See Also  ==
 
== See Also  ==
  
*[[LSL Status|LSL/OSSL Status Page]]  
+
* [[OSSL_vs_LSL|LSL&OSSL : Neighbour functions, similarities and differences]]
 +
* [[Accessing_Prim_Properties|LSL&OSSL : Guide to prims addressing (by linknum, by uuid)]]
 +
* [[LSL Status|LSL/OSSL Status Page]]  
 
*OSSL  
 
*OSSL  
**[[OSSL_Implemented|OSSL Implemented Functions]]  
+
** [[OSSL_Implemented|OSSL Implemented Functions]]  
**[[OSSL Constants|OSSL Constants]]  
+
** [[OSSL Constants|OSSL Constants]]  
**[[OSSL Status/Types|OSSL Types Status Page]]  
+
** [[OSSL Status/Types|OSSL Types Status Page]]  
**[[OSSL Status/Events|OSSL Events Status Page]]  
+
** [[OSSL Status/Events|OSSL Events Status Page]]  
  
**[[Dynamic_textures|OSSL osDynamicTextures Functions Index Page]]
+
** [[Dynamic_textures|OSSL osDynamicTextures Functions Index Page]]
**[[OSSL TextureDrawing|OSSL TextureDrawing Extended Information]]
+
** [[OSSL TextureDrawing|OSSL TextureDrawing Extended Information]]
**[[OSSLNPC|OSSL functions for working with NPCs]]
+
** [[OSSLNPC|OSSL functions for working with NPCs]]
  
**[[OSSL Proposals|OSSL Proposed Functions]]  
+
** [[OSSL Proposals|OSSL Proposed Functions]]  
**[[OSSL Enabling Functions]]  
+
** [[OSSL Enabling Functions]]  
**[[OSSL Standards|OSSL Standards]]
+
** [[OSSL Standards|OSSL Standards]]
  
 
* LS
 
* LS
Line 289: Line 383:
 
** [[Appearance_Formats|Appearance Notecard Format]]
 
** [[Appearance_Formats|Appearance Notecard Format]]
  
 +
[[Category:Scripting]]
 +
[[Category:Scripts]]
 
[[Category:OSSL]]
 
[[Category:OSSL]]

Latest revision as of 13:30, 5 March 2024


This information is relative to (almost) the last OpenSimulator Development version. In some cases it may not apply to older versions.

Contents

[edit] OSSL function permissions

Several OSSL functions have execution permission control to prevent abusive or dangerous use.

This is controlled by files osslDefaultEnable.ini and osslEnable.ini, by default in folder bin/config-include
The use logic of these two files is identical to OpenSimDefaults.ini and OpenSim.ini

Older OpenSimulator versions only used file osslEnable.ini.
Some older OpenSimulator versions had checks for all OSSLfunctions.
That made no sense for many functions, so now many are always allowed wasting no time on useless checks.

For details about these permissions, please read file OpenSimDefaults.ini

[edit] osslDefaultEnable.ini

This file contains the defaults for OSSL execution permissions set by OpenSimulator dev team.
Instead of changing defaults defined in code, the OpenSimulator dev team may decide to just make changes in this file.
This file was not present on older OpenSimulator versions.
If you need to change permissions, copy the respective entry to osslEnable.ini and modify there.

[edit] osslEnable.ini

This file contains the local overrides for OSSL permissions.
It is read after osslDefaultEnable.ini, and any entry on it replaces the old one.
This file is not provided on code packages, an osslEnable.ini.example is.
At first time setup, you will need to copy the example file to osslEnable.ini and then edit it for your needs, using osslDefaults.ini as reference.
This was the only file used on older OpenSimulator versions.

[edit] Current OSSL Functions Implemented

[edit] Avatars

[edit] NPCs

[edit] Prim

[edit] Prim Drawing / Dynamic Texture

[edit] Notecard

[edit] Sound

[edit] HTTP

[edit] Parcel

[edit] Terrain

[edit] Region / Parcel Environment

[edit] Grid / Region Information

[edit] Administration

[edit] Script

[edit] String Manipulation

[edit] Misc

[edit] Deprecated

[edit] 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