mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
More formatting cleanup.
This commit is contained in:
@@ -39,7 +39,8 @@ namespace OpenSim.Grid.ScriptEngine.DotNetEngine.Compiler.LSO
|
||||
public Dictionary<uint, object> GlobalVariables = new Dictionary<uint, object>();
|
||||
public Dictionary<uint, object> LocalVariables = new Dictionary<uint, object>();
|
||||
//public System.Collections.Generic.List<string> FunctionList = new System.Collections.Generic.List<string>();
|
||||
//public void AddFunction(String x) {
|
||||
//public void AddFunction(String x)
|
||||
//{
|
||||
// FunctionList.Add(x);
|
||||
//}
|
||||
//public Stack<StackItemStruct> LSLStack = new Stack<StackItemStruct>;
|
||||
@@ -56,12 +57,10 @@ namespace OpenSim.Grid.ScriptEngine.DotNetEngine.Compiler.LSO
|
||||
return LSL_Builtins;
|
||||
}
|
||||
|
||||
|
||||
public LSL_BaseClass()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
public virtual int OverrideMe()
|
||||
{
|
||||
return 0;
|
||||
@@ -72,8 +71,6 @@ namespace OpenSim.Grid.ScriptEngine.DotNetEngine.Compiler.LSO
|
||||
LSL_Builtins = LSLBuiltins;
|
||||
|
||||
Common.SendToLog("OpenSim.Grid.ScriptEngine.DotNetEngine.Compiler.LSO.LSL_BaseClass.Start() called");
|
||||
//LSL_Builtins.llSay(0, "Test");
|
||||
return;
|
||||
}
|
||||
|
||||
public void AddToStatic(UInt32 index, object obj)
|
||||
|
||||
Reference in New Issue
Block a user