remove some xengine code; remove OSSLPrim, whatever that was

This commit is contained in:
UbitUmarov
2022-11-01 01:23:04 +00:00
parent 9559b402e9
commit fd6edf81d9
9 changed files with 209 additions and 665 deletions

View File

@@ -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();
*/
}
}