Scripting/Library/OsslScriptingLibrary
De DigiWiki.
(Différences entre les versions)
(Une version intermédiaire masquée) | |||
Ligne 1 : | Ligne 1 : | ||
+ | __NOTOC__ | ||
+ | {{Languages}}{{ExemplesNav}} | ||
+ | ==Script Library== | ||
+ | <div id="box"> | ||
+ | ===Rules for posting:=== | ||
+ | <div style="padding: 0.5em"> | ||
+ | #Your script must be tested and working. If it's not, stick it in your user-space until it is. This is a list of working, usable scripts. | ||
+ | #Add a link to your script's page here. Link back to this page from your script's page. Start your page with <nowiki>{{LSL Header}}</nowiki>. | ||
+ | #Do not add scripts that duplicate the same functionality as an existing script or built in [[Scripting/Fonctions/LlFonctions|function]]. If yours does, explain why. | ||
+ | #Do not list simple scripts here. Include those among the [[Scripting/Exemples|Examples]] instead. | ||
+ | </div></div> | ||
+ | <div id="box"> | ||
+ | |||
==Ossl Script Library== | ==Ossl Script Library== | ||
{| class="sortable" {{Prettytable}} | {| class="sortable" {{Prettytable}} | ||
Ligne 7 : | Ligne 20 : | ||
|- | |- | ||
| [[OSSL Script Library/ModSendCommand|ModSendCommand]] | | [[OSSL Script Library/ModSendCommand|ModSendCommand]] | ||
- | | | + | | Justincc |
| Demonstrates the use of an in-world script to communicate with a specific OpenSimulator module. | | Demonstrates the use of an in-world script to communicate with a specific OpenSimulator module. | ||
|- | |- | ||
| [[OSSL Script Library/OpenSim Radio|OpenSimulator Radio]] | | [[OSSL Script Library/OpenSim Radio|OpenSimulator Radio]] | ||
- | | | + | | Fritigern |
| A dialog controlled radio for OpenSimulator. Uses OSSL functions to read stations from a notecard, | | A dialog controlled radio for OpenSimulator. Uses OSSL functions to read stations from a notecard, | ||
|- | |- | ||
| [[OSSL Script Library/Persist NPC|Persist NPC]] | | [[OSSL Script Library/Persist NPC|Persist NPC]] | ||
- | | | + | | Marcus Llewell |
| A short example of a method for persisting an NPC across simulator restarts. | | A short example of a method for persisting an NPC across simulator restarts. | ||
|- | |- | ||
| [[OSSL Script Library/Simple Notecard Reader|Simple Notecard Reader]] | | [[OSSL Script Library/Simple Notecard Reader|Simple Notecard Reader]] | ||
- | | | + | | Fritigern |
| Reading notecards in OSSL is easy. This script is more of an example than a fully useful script, but it does work. Use it in your own scripts! | | Reading notecards in OSSL is easy. This script is more of an example than a fully useful script, but it does work. Use it in your own scripts! | ||
|- | |- | ||
| [[OSSL Script Library/ModInvoke|ModInvoke]] | | [[OSSL Script Library/ModInvoke|ModInvoke]] | ||
- | | | + | | Cmickeyb |
| Shows how to invoke functions, defined in a region module. | | Shows how to invoke functions, defined in a region module. | ||
|- | |- | ||
| [[OSSL Script Library/OSSL Poseball|OSSL Poseball]] | | [[OSSL Script Library/OSSL Poseball|OSSL Poseball]] | ||
- | | | + | | Fritigern |
| Poseball script, written from scratch, using [[osAvatarPlayAnimation]]() and [[osAvatarStopAnimation]]() | | Poseball script, written from scratch, using [[osAvatarPlayAnimation]]() and [[osAvatarStopAnimation]]() | ||
|} | |} |
Version actuelle en date du 21 avril 2012 à 18:02
Exemples | AaFunctions | BotFonctions | AScript | LlFonctions | OsFonctions | Librairie | Exemples | Legende | Manuel |
Script Library
Rules for posting:
- Your script must be tested and working. If it's not, stick it in your user-space until it is. This is a list of working, usable scripts.
- Add a link to your script's page here. Link back to this page from your script's page. Start your page with {{LSL Header}}.
- Do not add scripts that duplicate the same functionality as an existing script or built in function. If yours does, explain why.
- Do not list simple scripts here. Include those among the Examples instead.
Ossl Script Library
Script Name | Posted by: | Description |
ModSendCommand | Justincc | Demonstrates the use of an in-world script to communicate with a specific OpenSimulator module. |
OpenSimulator Radio | Fritigern | A dialog controlled radio for OpenSimulator. Uses OSSL functions to read stations from a notecard, |
Persist NPC | Marcus Llewell | A short example of a method for persisting an NPC across simulator restarts. |
Simple Notecard Reader | Fritigern | Reading notecards in OSSL is easy. This script is more of an example than a fully useful script, but it does work. Use it in your own scripts! |
ModInvoke | Cmickeyb | Shows how to invoke functions, defined in a region module. |
OSSL Poseball | Fritigern | Poseball script, written from scratch, using osAvatarPlayAnimation() and osAvatarStopAnimation() |