mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
remove some xengine code; remove OSSLPrim, whatever that was
This commit is contained in:
@@ -35,7 +35,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
{
|
||||
string[] GetApis();
|
||||
void InitApi(string name, IScriptApi data);
|
||||
|
||||
/*
|
||||
ulong GetStateEventFlags(string state);
|
||||
void ExecuteEvent(string state, string FunctionName, object[] args);
|
||||
Dictionary<string,Object> GetVars();
|
||||
@@ -43,5 +43,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
void ResetVars();
|
||||
|
||||
void Close();
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user