Category:OSSL Functions
From OpenSimulator
JeffKelley (Talk | contribs) m (→Prim) |
|||
| (19 intermediate revisions by 3 users not shown) | |||
| Line 63: | Line 63: | ||
* [[osGetHealth]] | * [[osGetHealth]] | ||
* [[osGetNumberOfAttachments]] | * [[osGetNumberOfAttachments]] | ||
| − | |||
* [[osInviteToGroup]] | * [[osInviteToGroup]] | ||
* [[osKickAvatar]] | * [[osKickAvatar]] | ||
* [[osOwnerSaveAppearance]] | * [[osOwnerSaveAppearance]] | ||
| − | |||
* [[osSetHealRate]] | * [[osSetHealRate]] | ||
* [[osSetHealth]] | * [[osSetHealth]] | ||
| Line 120: | Line 118: | ||
* [[osGetInventoryName]] | * [[osGetInventoryName]] | ||
* [[osGetInventoryNames]] {{new}} | * [[osGetInventoryNames]] {{new}} | ||
| − | * [[ | + | * [[osGetInventoryItemKeys]] {{new}} |
* [[osGetInventoryDesc]] | * [[osGetInventoryDesc]] | ||
* [[osGetInventoryLastOwner]] | * [[osGetInventoryLastOwner]] | ||
* [[osGetLinkInventoryName]] {{new}} | * [[osGetLinkInventoryName]] {{new}} | ||
* [[osGetLinkInventoryNames]] {{new}} | * [[osGetLinkInventoryNames]] {{new}} | ||
| + | * [[osGetInventoryItemKey| osGetLinkInventoryItemKey]] {{new}} | ||
| + | * [[osGetInventoryItemKeys | osGetLinkInventoryItemKeys]] {{new}} | ||
| + | * [[osGetLinkInventoryItemKey]] | ||
| + | * [[osGetLinkInventoryItemKeys]] | ||
* [[osGetLinkInventoryKey]] {{new}} | * [[osGetLinkInventoryKey]] {{new}} | ||
| − | * [[osGetLinkInventoryKeys]] | + | * [[osGetLinkInventoryKeys]] |
* [[osGetLinkInventoryDesc]] {{new}} | * [[osGetLinkInventoryDesc]] {{new}} | ||
* [[osGiveLinkInventory]] {{new}} | * [[osGiveLinkInventory]] {{new}} | ||
| + | * [[osGiveLinkInventoryList]] {{new}} | ||
| + | * [[osRemoveLinkInventory]] {{new}} | ||
* [[osGetLastChangedEventKey]] | * [[osGetLastChangedEventKey]] | ||
* [[osGetLinkNumber]] | * [[osGetLinkNumber]] | ||
| + | * [[osGetLinkColor]] | ||
* [[osGetLinkPrimitiveParams]] | * [[osGetLinkPrimitiveParams]] | ||
* [[osGetPrimitiveParams]] | * [[osGetPrimitiveParams]] | ||
| Line 137: | Line 142: | ||
* [[osGetSitActiveRange]] | * [[osGetSitActiveRange]] | ||
* [[osGetLinkSitActiveRange]] | * [[osGetLinkSitActiveRange]] | ||
| + | * [[osGetSitTargetPos]] {{new}} | ||
| + | * [[osGetSitTargetRot]] {{new}} | ||
* [[osGetStandTarget]] | * [[osGetStandTarget]] | ||
* [[osGetLinkStandTarget]] | * [[osGetLinkStandTarget]] | ||
| Line 174: | Line 181: | ||
* [[osDrawScaleTransform]] | * [[osDrawScaleTransform]] | ||
* [[osDrawText]] | * [[osDrawText]] | ||
| + | * [[osDrawTextText]] | ||
* [[osDrawTranslationTransform]] | * [[osDrawTranslationTransform]] | ||
* [[osGetDrawStringSize]] | * [[osGetDrawStringSize]] | ||
| Line 233: | Line 241: | ||
=== Terrain === | === Terrain === | ||
| + | {{multicol}} | ||
* [[osGetTerrainHeight]] | * [[osGetTerrainHeight]] | ||
* [[osSetTerrainHeight]] | * [[osSetTerrainHeight]] | ||
* [[osSetTerrainTexture]] | * [[osSetTerrainTexture]] | ||
| + | {{multicol-break}} | ||
| + | * [[osSetTerrainTextures]] {{new}} | ||
* [[osSetTerrainTextureHeight]] | * [[osSetTerrainTextureHeight]] | ||
* [[osTerrainFlush]] | * [[osTerrainFlush]] | ||
| + | {{multicol-end}} | ||
=== Region / Parcel Environment === | === Region / Parcel Environment === | ||
| Line 311: | Line 323: | ||
=== Misc === | === Misc === | ||
{{multicol}} | {{multicol}} | ||
| + | * [[osAESEncrypt]] {{new}} | ||
| + | * [[osAESDecrypt]] {{new}} | ||
| + | * [[osAESEncryptTo]] {{new}} | ||
| + | * [[osAESDecryptFrom]] {{new}} | ||
* [[osAngleBetween]] | * [[osAngleBetween]] | ||
* [[osApproxEquals]] | * [[osApproxEquals]] | ||
* [[osGetPSTWallclock]] | * [[osGetPSTWallclock]] | ||
| + | * [[osListAs*]] {{new}} | ||
| + | * [[osListAsFloat]] | ||
| + | * [[osListAsInteger]] | ||
| + | * [[osListAsRotation]] | ||
| + | * [[osListAsString]] | ||
| + | * [[osListAsVector]] | ||
| + | * [[osListFindListNext]] | ||
| + | * [[osOldList2ListStrided]] | ||
* [[osListSortInPlace]] | * [[osListSortInPlace]] | ||
* [[osListSortInPlaceStrided]] {{new}} | * [[osListSortInPlaceStrided]] {{new}} | ||
| + | {{multicol-break}} | ||
* [[osIsUUID]] | * [[osIsUUID]] | ||
* [[osIsNotValidNumber]] | * [[osIsNotValidNumber]] | ||
* [[osKey2Name]] | * [[osKey2Name]] | ||
| − | |||
* [[osMax]] | * [[osMax]] | ||
* [[osMin]] | * [[osMin]] | ||
| Line 325: | Line 349: | ||
* [[osSHA256]] | * [[osSHA256]] | ||
* [[osSlerp]] | * [[osSlerp]] | ||
| + | * [[osTemperature2sRGB]] | ||
* [[osUnixTimeToTimestamp]] | * [[osUnixTimeToTimestamp]] | ||
* [[osVecDistSquare]] | * [[osVecDistSquare]] | ||
| Line 340: | Line 365: | ||
*<strike>osWindParamSet</strike> - Use [[osSetWindParam]] | *<strike>osWindParamSet</strike> - Use [[osSetWindParam]] | ||
* [[osList2Double|<strike>osList2Double</strike>]] - Use llList2Float | * [[osList2Double|<strike>osList2Double</strike>]] - Use llList2Float | ||
| + | * [[osListAs|<strike>osListAs</strike>]] - Use explicit variants [[osListAsFloat]], [[osListAsInteger]], [[osListAsRotation]], [[osListAsString]], [[osListAsVector]] | ||
| + | * [[osGrantScriptPermissions|<strike>osGrantScriptPermissions</strike>]] - Not in current ''IOSSL_Api.cs'' interface | ||
| + | * [[osRevokeScriptPermissions|<strike>osRevokeScriptPermissions</strike>]] - Not in current ''IOSSL_Api.cs'' interface | ||
* [[osGetSunParam]] | * [[osGetSunParam]] | ||
* [[osSetEstateSunSettings]] | * [[osSetEstateSunSettings]] | ||
| Line 375: | Line 403: | ||
** [[Appearance_Formats|Appearance Notecard Format]] | ** [[Appearance_Formats|Appearance Notecard Format]] | ||
| − | [[Category: | + | [[Category:Scripting]] |
[[Category:Scripts]] | [[Category:Scripts]] | ||
| + | [[Category:OSSL]] | ||
Latest revision as of 23:49, 29 April 2026
| Languages: |
|
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
- osConsoleCommand
- osRegionNotice
- osRegionRestart
- osSetParcelMediaURL
- osSetParcelMusicURL
- osSetParcelSIPAddress
[edit] Script
[edit] String Manipulation
[edit] Misc
[edit] Deprecated
-
osParcelSetDetails- Use osSetParcelDetails -
osSetPenColour- Use osSetPenColor -
osSunGetParam- Use osGetSunParam -
osSunSetParam- Use osSetSunParam -
osTerrainGetHeight- Use osGetTerrainHeight -
osTerrainSetHeight- Use osSetTerrainHeight osWindParamGet- Use osGetWindParamosWindParamSet- Use osSetWindParam-
osList2Double- Use llList2Float -
osListAs- Use explicit variants osListAsFloat, osListAsInteger, osListAsRotation, osListAsString, osListAsVector -
osGrantScriptPermissions- Not in current IOSSL_Api.cs interface -
osRevokeScriptPermissions- Not in current IOSSL_Api.cs interface - osGetSunParam
- osSetEstateSunSettings
- osSetRegionSunSettings
- osSetSunParam
- osSetPrimFloatOnWater
[edit] See Also
- LSL&OSSL : Neighbour functions, similarities and differences
- LSL&OSSL : Guide to prims addressing (by linknum, by uuid)
- LSL/OSSL Status Page
- OSSL
Subcategories
This category has the following 11 subcategories, out of 11 total.
O |
O cont. |
O cont. |
Pages in category "OSSL Functions"
The following 200 pages are in this category, out of 258 total.
(previous 200) (next 200)