mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Full API convergence. Api is back in LSL_Api.cs and OSSL_Api.cs.
The binaries are still different, but that is only a small step away now. The OSSLPrim has been removed. This commit will breal all scripts using Prim.Scale(), etc, syntax. It was not secure and will have to be brought back in another form.
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
|
||||
using OpenSim.Region.ScriptEngine.Common.ScriptEngineBase;
|
||||
using OpenSim.Region.ScriptEngine.Shared;
|
||||
using OpenSim.Region.ScriptEngine.Interfaces;
|
||||
|
||||
namespace OpenSim.Region.ScriptEngine.Common
|
||||
{
|
||||
@@ -36,6 +37,6 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
int StartParam { get; set; }
|
||||
ExecutorBase Exec { get; }
|
||||
string Source { get; set; }
|
||||
void Start(BuilIn_Commands BuiltIn_Commands);
|
||||
void InitApi(string api, IScriptApi LSL_Functions);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user