Scripting/Fonctions/Ossl
De DigiWiki.
Version du 25 janvier 2012 à 08:08 par Djphil (discuter | contributions)
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.
- GrafittiBoard.lsl
- osAddAgentToGroup.lsl
- osAvatarName2Key.lsl
- osAvatarPlayAnimation.lsl
- osAvatarStopAnimation.lsl
- osCauseDamage.lsl
- osCauseDamage.lsl
- osCauseHealing.lsl
- osCauseHealing.lsl
- osConsoleCommand.lsl
- osDrawEllipse.lsl
- osDrawFilledPolygon.lsl
- osDrawFilledRectangle.lsl
- osDrawImage.lsl
- osDrawLine.lsl
- osDrawPolygon.lsl
- osDrawRectangle.lsl
- osDrawText.lsl
- osFormatString.lsl
- osGetAgentIP.lsl
- osGetAgents.lsl
- osGetAvatarList.lsl
- osGetCurrentSunHour.lsl
- osGetDrawStringSize.lsl
- osGetGridLoginUri.lsl
- osGetGridName.lsl
- osGetGridNick.lsl
- osGetMapTexture.lsl
- osGetNotecard.lsl
- osGetNotecardLine.lsl
- osGetNumberOfNotecardLines.lsl
- osGetPrimitiveParams.lsl
- osGetRegionMapTexture.lsl
- osGetRegionStats.lsl
- osGetScriptEngineName.lsl
- osGetSimulatorMemory.lsl
- osGetSimulatorVersion.lsl
- osKey2Name.lsl
- osKickAvatar.lsl
- osList2Double.lsl
- osLoadedCreationDate.lsl
- osLoadedCreationID.lsl
- osLoadedCreationTime.lsl
- osMakeNotecard.lsl
- osMatchString.lsl
- osMessageObject.lsl
- osMovePen.lsl
- osParcelJoin.lsl
- osParcelSubdivide.lsl
- osParseJSON.lsl
- osRegionNotice.lsl
- osRegionRestart.lsl
- osSetDynamicTextureData.lsl
- osSetDynamicTextureDataBlend.lsl
- osSetDynamicTextureDataBlendFace.lsl
- osSetDynamicTextureURL.lsl
- osSetDynamicTextureURLBlend.lsl
- osSetDynamicTextureURLBlendFace.lsl
- osSetEstateSunSettings.lsl
- osSetFontName.lsl
- osSetFontSize.lsl
- osSetParcelDetails.lsl
- osSetParcelMediaURL.lsl
- osSetParcelSIPAddress.lsl
- osSetPenCap.lsl
- osSetPenColour.lsl
- osSetPenSize.lsl
- osSetPrimFloatOnWater.lsl
- osSetPrimitiveParams.lsl
- osSetProjectionParams.lsl
- osSetRegionSunSettings.lsl
- osSetRegionWaterHeight.lsl
- osSetSpeed.lsl
- osSetSunParam.lsl
- osSetSunParam.lsl
- osGetSunParam.lsl
- osSetTerrainHeight.lsl
- osGetTerrainHeight.lsl
- osShutDown.lsl
- osTeleportAgent.lsl
- osTeleportOwner.lsl
- osTerrainFlush.lsl
- osTextBoard.lsl
- osUnixTimeToTimestamp.lsl
- osWeatherMap.lsl
- osWindActiveModelPluginName.lsl
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