mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Moved in-AppDomain event execution from Script to OpenSim.Region.ScriptEngine.Executor. Script no longer responsible for handling event calls to itself (and we can create reference cache in Executor).
This commit is contained in:
@@ -34,6 +34,7 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
{
|
||||
public interface LSL_BuiltIn_Commands_Interface
|
||||
{
|
||||
|
||||
string State();
|
||||
|
||||
double llSin(double f);
|
||||
|
||||
Reference in New Issue
Block a user