* Adding LSL stuff for Tedd_, implementing LSL-style functions in ScriptAPI.cs, implementing server event callbacks in ScriptInterpretedEvents.cs

* Added Tedd_'s LSL compiler thingie, although it cannot be referenced yet.
This commit is contained in:
Adam Frisby
2007-07-13 17:14:30 +00:00
parent 540549bd89
commit 9be896c8ce
7 changed files with 1513 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Text;
using OpenSim.Region.Environment.Scenes;
using libsecondlife;
using Key = libsecondlife.LLUUID;
namespace OpenSim.Region.Environment.Scripting
{
class ScriptInterpretedEvents
{
}
}