Scripting/Fonctions/Ossl
De DigiWiki.
Fonctions | AaFunctions | BotFonctions | AScript | LlFonctions | OsFonctions | Librairie | Exemples | Legende | Manuel |
OS Functions Status
- What is AA/OS support ?
- AA & OS = Aurora-Sim & OpenSim common supported functions
- AA = Aurora-Sim unique functions
- OS = OpenSimulator unique function External Link to OpenSim wiki for reference only, not supported in Aurora-Sim scripting
What are Threat Levels ? See this page: Threat Levels SPECIAL Note Aurora-Sim utilizes botFunctions instead of osNPC = Non Player Character as used in OpenSim.
- osAddAgentToGroup LO AA
- osAvatarName2Key LO AAOS
- osAvatarPlayAnimation VH AAOS
- osAvatarStopAnimation VH AAOS
- osAgentSaveAppearance AAOS
- osOwnerSaveAppearance AAOS
- osCauseDamage HI AAOS
- osCauseHealing HI AAOS
- osConsoleCommand SE AAOS
- osDrawEllipse NO AAOS
- osDrawFilledPolygon NO AAOS
- osDrawFilledRectangle NO AAOS
- osDrawImage NO AAOS
- osDrawLine NO AAOS
- osDrawPolygon NO AAOS
- osDrawRectangle NO AAOS
- osDrawText NO AAOS
- osEjectFromGroup VL AAOS
- osFormatString LO AAOS
- osForceAttachToAvatar HI AAOS
- osForceAttachToAvatarFromInventory HI AAOS
- osForceAttachToOtherAvatarFromInventory SE AAOS
- osForceDetachFromAvatar HI AAOS
- osGetAgentIP HI AAOS
- osGetAgents NO AAOS
- osGetAvatarList NO AAOS
- osGetCurrentSunHour NO AAOS
- osGetDrawStringSize VL AAOS
- osGetGridHomeURI MO AAOS
- osGetGridGatekeeperURI MO AAOS
- osGetGridCustom MO AAOS
- osGetGridLoginUri MO AAOS
- osGetGridName MO AAOS
- osGetGridNick MO AAOS
- osGetInventoryDesc NO AAOS
- osGetMapTexture HI AAOS
- osGetNotecard VH AAOS
- osGetNotecardLine VH AAOS
- osGetNumberOfNotecardLines VH AAOS
- osGetNumberOfAttachments MO AAOS
- osDropAttachment MO AAOS
- osDropAttachmentAt MO AAOS
- osForceDropAttachment HI AAOS
- osForceDropAttachmentAt HI AAOS
- osGetPhysicsEngineType HI AAOS
- osGetPrimitiveParams HI AAOS
- osGetRegionMapTexture HI AAOS
- osGetRegionSize NO AAOS
- osGetRegionStats MO AAOS
- osGetScriptEngineName HI AAOS
- osGetSimulatorMemory MO AAOS
- osGetSimulatorVersion HI AAOS
- osGetThreatlevel HI AAOS
- osInviteToGroup VL AAOS
- osIsUUID NO AAOS NEW
- osGetRezzingObject NO AAOS
- osKey2Name LO AAOS
- osKickAvatar SE AAOS
- osList2Double NO AAOS
- osListenRegex LO AAOS
- osLoadedCreationDate LO AAOS
- osLoadedCreationID LO AAOS
- osLoadedCreationTime LO AAOS
- osMakeNotecard HI AAOS
- osMatchString HI AAOS
- osMax NO AAOS
- osMin NO AAOS
- osMessageAttachments MO AAOS
- osMessageObject LO AAOS
- osMovePen NO AAOS
- osParcelJoin HI AAOS
- osParcelSubdivide HI AAOS
- osParseJSON NO AAOS
- osParseJSONNew NO AAOS
- osRegexIsMatch LO AAOS
- osRegionNotice VH AAOS
- osRegionRestart HI AAOS
- osReplaceString VL AAOS
- osSetContentType HI AAOS
- osSetDynamicTextureData VL AAOS
- osSetDynamicTextureDataBlend VL AAOS
- osSetDynamicTextureDataBlendFace VL AAOS
- osSetDynamicTextureURL VL AAOS
- osSetDynamicTextureURLBlend VL AAOS
- osSetDynamicTextureURLBlendFace VL AAOS
- osSetEstateSunSettings NU AAOS
- osSetFontName NO AAOS
- osSetFontSize NO AAOS
- osSetParcelDetails VL AAOS
- osSetParcelMediaURL VL AAOS
- osSetParcelSIPAddress VL AAOS
- osSetPenCap NO AAOS
- osSetPenColor NO AAOS
- osSetPenSize NO AAOS
- osSetPrimFloatOnWater VL AAOS
- osSetPrimitiveParams HI AAOS
- osSetProjectionParams HI AAOS
- osSetRegionSunSettings NU AAOS
- osSetRegionWaterHeight HI AAOS
- osSetSpeed MO AAOS
- osSetStateEvents HI AAOS NEW
- osGrantScriptPermissions SE AAOS NEW
- osRevokeScriptPermissions SE AAOS NEW
- osSetSunParam NO AAOS
- osGetSunParam NO AAOS
- osSetWindParam VL AAOS
- osGetWindParam VL AAOS
- osSetTerrainHeight HI AAOS
- osGetTerrainHeight NO AAOS
- osShutDown HI AAOS
- osTeleportAgent HI AAOS
- osTeleportOwner HI AAOS
- osTerrainFlush VL AAOS
- osUnixTimeToTimestamp NO AAOS
- osWindActiveModelPluginName NO AAOS
OsFunction NPC (Non-Player Characters)
- osIsNpc NO
- osNpcCreate HI
- osNpcSaveAppearance HI
- osNpcLoadAppearance HI
- osNpcGetPos HI
- osNpcMoveTo HI
- osNpcMoveToTarget HI
- osNpcGetOwner NO
- osNpcGetRot HI
- osNpcSetRot HI
- osNpcStopMoveToTarget VL
- osNpcSay HI
- osNpcSay (with channel) HI NEW
- osNpcShout HI NEW
- osNpcTouch HI NEW
- osNpcWhisper HI NEW
- osNpcSit HI
- osNpcStand HI
- osNpcRemove HI
- osNpcPlayAnimation HI
- osNpcStopAnimation HI
NPC Examples
OsFunctions Drawing Commands
OsFunction Examples
General Examples
- GrafittiBoard AAOS
- osTextBoard AAOS
- osWeatherMap AAOS
OS Function Examples
Aurora-Sim/AuroraDocs/OSSLFunctions Examples
! The general examples are shown in the table above.
! Supplemental / extended examples which are not included in table are shown below.
- osCauseDamage_osCauseHealing
- osGetNotecardLine_osGetNumberOfNotecardLines
- osSetFontName_osSetFontSize
- osSetSunParam_osGetSunParam
- osSetTerrainHeight_osGetTerrainHeight
General Examples