mirror of
https://github.com/opensim/opensim.git
synced 2026-08-02 23:18:34 +08:00
Script region crossing. This has not user functionality, but lays all the
groundwork.
This commit is contained in:
@@ -77,7 +77,7 @@ namespace OpenSim.ScriptEngine.Components.DotNetEngine.Events
|
||||
RemoveScript(localID, itemID);
|
||||
}
|
||||
|
||||
private void OnRezScript(uint localID, UUID itemID, string script, int startParam, bool postOnRez, string engine)
|
||||
private void OnRezScript(uint localID, UUID itemID, string script, int startParam, bool postOnRez, string engine, int stateSource)
|
||||
{
|
||||
// New script being created, fire event
|
||||
if (RezScript != null)
|
||||
|
||||
Reference in New Issue
Block a user