[Simian]
* Partial implementation of RezScript * Ported LSL to C# conversion code from OpenSim. Big thank you to all of the OpenSim contributors * Moved Simian scripting code to a new folder git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2518 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -99,13 +99,11 @@ namespace Simian
|
||||
|
||||
public void StartScripts(int startParam, bool triggerOnRezEvent)
|
||||
{
|
||||
LazyInitialize();
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public void StopScripts()
|
||||
{
|
||||
LazyInitialize();
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user