aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/c_sharp_example.txt
diff options
context:
space:
mode:
authorlbsa712007-09-14 09:25:07 +0000
committerlbsa712007-09-14 09:25:07 +0000
commit1b1808d45db249dbc9a82ca60dfdc852f51e958c (patch)
treed2b0172e2ee23332e01816a1ca16e7e88da2a809 /OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/c_sharp_example.txt
parentmore fun with LSL implementations (diff)
downloadopensim-SC_OLD-1b1808d45db249dbc9a82ca60dfdc852f51e958c.zip
opensim-SC_OLD-1b1808d45db249dbc9a82ca60dfdc852f51e958c.tar.gz
opensim-SC_OLD-1b1808d45db249dbc9a82ca60dfdc852f51e958c.tar.bz2
opensim-SC_OLD-1b1808d45db249dbc9a82ca60dfdc852f51e958c.tar.xz
* fixed script compilation
* reversed //c# - if * rightifyed what's actually converted
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/c_sharp_example.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/c_sharp_example.txt b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/c_sharp_example.txt
new file mode 100644
index 0000000..a39d1db
--- /dev/null
+++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/c_sharp_example.txt
@@ -0,0 +1,12 @@
1//c#
2namespace SecondLife {
3 public class Script : OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL.LSL_BaseClass
4{
5 public Script() { }
6
7 public void default_event_state_entry( )
8 {
9 llSay(0, "testing, I've been touched");
10 }
11
12}} \ No newline at end of file