Category:OSSL Functions

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (List sound functions using two columns.)
m (Prim Drawing / Dynamic Texture)
(26 intermediate revisions by 3 users not shown)
Line 21: Line 21:
 
*[[osCauseDamage]]  
 
*[[osCauseDamage]]  
 
*[[osCauseHealing]]
 
*[[osCauseHealing]]
 +
*[[osDetectedCountry]] {{new}}
 
*[[osDropAttachment]]
 
*[[osDropAttachment]]
 
*[[osDropAttachmentAt]]
 
*[[osDropAttachmentAt]]
Line 31: Line 32:
 
*[[osForceDropAttachmentAt]]
 
*[[osForceDropAttachmentAt]]
 
*[[osForceOtherSit]]
 
*[[osForceOtherSit]]
{{multicol-break}}
 
 
*[[osGetAgentIP]]  
 
*[[osGetAgentIP]]  
 +
{{multicol-break}}
 
*[[osGetAgents]]
 
*[[osGetAgents]]
 +
*[[osGetAgentCountry]] {{new}}
 
*[[osGetAvatarHomeURI]]
 
*[[osGetAvatarHomeURI]]
 
*[[osGetAvatarList]]  
 
*[[osGetAvatarList]]  
Line 41: Line 43:
 
*[[osGetNumberOfAttachments]]
 
*[[osGetNumberOfAttachments]]
 
*[[osInviteToGroup]]
 
*[[osInviteToGroup]]
*[[osKickAvatar]]
+
*[[osKickAvatar]] {{new}}
 
*[[osOwnerSaveAppearance]]
 
*[[osOwnerSaveAppearance]]
 
*[[osSetHealRate]] {{new}}
 
*[[osSetHealRate]] {{new}}
Line 67: Line 69:
 
{{multicol-break}}
 
{{multicol-break}}
 
*[[osNpcSay]]
 
*[[osNpcSay]]
 +
*[[osNpcSayTo]] {{new}}
 
*[[osNpcSetProfileAbout]] {{new}}
 
*[[osNpcSetProfileAbout]] {{new}}
 
*[[osNpcSetProfileImage]] {{new}}
 
*[[osNpcSetProfileImage]] {{new}}
Line 86: Line 89:
 
*[[osForceCreateLink]]
 
*[[osForceCreateLink]]
 
*[[osGetInertiaData]] {{new}}
 
*[[osGetInertiaData]] {{new}}
 +
*[[osGetInventoryName]] {{new}}
 
*[[osGetInventoryDesc]]
 
*[[osGetInventoryDesc]]
 +
*[[osGetInventoryLastOwner]] {{new}}
 +
*[[osGetLastChangedEventKey]] {{new}}
 
*[[osGetLinkNumber]] {{new}}
 
*[[osGetLinkNumber]] {{new}}
 
*[[osGetLinkPrimitiveParams]]  
 
*[[osGetLinkPrimitiveParams]]  
 +
{{multicol-break}}
 
*[[osGetPrimitiveParams]]  
 
*[[osGetPrimitiveParams]]  
 
*[[osGetRezzingObject]]
 
*[[osGetRezzingObject]]
{{multicol-break}}
 
 
*[[osListenRegex]]
 
*[[osListenRegex]]
 
*[[osMessageAttachments]]
 
*[[osMessageAttachments]]
Line 104: Line 110:
 
{{multicol-end}}
 
{{multicol-end}}
  
=== Prim Drawing ===
+
=== Prim Drawing / Dynamic Texture ===
 
{{multicol}}
 
{{multicol}}
 
*[[osDrawEllipse]]
 
*[[osDrawEllipse]]
Line 116: Line 122:
 
*[[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 127: Line 133:
 
*[[osSetPenColor]]
 
*[[osSetPenColor]]
 
*[[osSetPenSize]]
 
*[[osSetPenSize]]
{{multicol-end}}
 
 
=== Dynamic Texture ===
 
 
*[[osSetDynamicTextureData]]  
 
*[[osSetDynamicTextureData]]  
 +
*[[osSetDynamicTextureDataFace]] {{new}}
 
*[[osSetDynamicTextureDataBlend]]  
 
*[[osSetDynamicTextureDataBlend]]  
 
*[[osSetDynamicTextureDataBlendFace]]  
 
*[[osSetDynamicTextureDataBlendFace]]  
*[[osSetDynamicTextureDataFace]] {{new}}
 
 
*[[osSetDynamicTextureURL]]  
 
*[[osSetDynamicTextureURL]]  
 
*[[osSetDynamicTextureURLBlend]]  
 
*[[osSetDynamicTextureURLBlend]]  
 
*[[osSetDynamicTextureURLBlendFace]]
 
*[[osSetDynamicTextureURLBlendFace]]
 +
{{multicol-end}}
  
 
=== Notecard ===
 
=== Notecard ===
Line 164: Line 168:
 
*[[osRequestSecureURL]]
 
*[[osRequestSecureURL]]
 
*[[osRequestURL]]
 
*[[osRequestURL]]
 +
*[[osSetContentType]]
  
 
=== Parcel ===
 
=== Parcel ===
Line 191: Line 196:
 
{{multicol-end}}
 
{{multicol-end}}
  
=== Grid Information ===
+
=== Grid / Region Information ===
 
{{multicol}}
 
{{multicol}}
 
*[[osCheckODE]]
 
*[[osCheckODE]]
Line 227: Line 232:
 
*[[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 ===
Line 233: Line 254:
 
*[[osApproxEquals]] {{new}}
 
*[[osApproxEquals]] {{new}}
 
*[[osDie]] {{new}}
 
*[[osDie]] {{new}}
*[[osFormatString]]
 
 
*[[osIsUUID]]
 
*[[osIsUUID]]
 
*[[osKey2Name]]  
 
*[[osKey2Name]]  
 
*[[osList2Double]]  
 
*[[osList2Double]]  
*[[osMatchString]]
 
 
*[[osMax]]
 
*[[osMax]]
 
*[[osMin]]
 
*[[osMin]]
 
{{multicol-break}}
 
{{multicol-break}}
*[[osReplaceString]]
 
*[[osRegexIsMatch]]
 
 
*[[osRound]] {{new}}
 
*[[osRound]] {{new}}
*[[osSetContentType]]
 
*[[osSetStateEvents]]
 
 
*[[osUnixTimeToTimestamp]]  
 
*[[osUnixTimeToTimestamp]]  
 
*[[osVecDistSquare]] {{new}}
 
*[[osVecDistSquare]] {{new}}

Revision as of 15:18, 16 March 2019

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