Scripting
From OpenSimulator
(Difference between revisions)
m (→OpenSim Scripting) |
m (→OpenSim Scripting) |
||
Line 1: | Line 1: | ||
== OpenSim Scripting == | == OpenSim Scripting == | ||
+ | ===Users=== | ||
* [[LSL_osFunctions|OSL Proposals]] - Suggestions for custom OSL-functions | * [[LSL_osFunctions|OSL Proposals]] - Suggestions for custom OSL-functions | ||
* [[LSL_osFunctions_implemented|implemented OSL-functions]] - A list of OSL-functions that are available | * [[LSL_osFunctions_implemented|implemented OSL-functions]] - A list of OSL-functions that are available | ||
* [[LSL_Status|implemented LSL-functions]] - A list of LSL-functions that are available | * [[LSL_Status|implemented LSL-functions]] - A list of LSL-functions that are available | ||
* [[OpenSim:Scripting|Script usage]] - Tutorial how to use scripts in-world | * [[OpenSim:Scripting|Script usage]] - Tutorial how to use scripts in-world | ||
+ | |||
+ | ===Developers=== | ||
+ | [[OpenSim.Region.ScriptEngine.DotNetEngine|DotNet-Engine]] - Describes some of the esoteric parts of the DotNet-Engine | ||
Back to [[Main_Page]] | Back to [[Main_Page]] |
Revision as of 20:41, 10 January 2008
OpenSim Scripting
Users
- OSL Proposals - Suggestions for custom OSL-functions
- implemented OSL-functions - A list of OSL-functions that are available
- implemented LSL-functions - A list of LSL-functions that are available
- Script usage - Tutorial how to use scripts in-world
Developers
DotNet-Engine - Describes some of the esoteric parts of the DotNet-Engine
Back to Main_Page