Add a data path for error messages

This commit is contained in:
root
2009-12-22 06:25:32 +01:00
parent 49fbe0ddb4
commit b53b871669
6 changed files with 57 additions and 14 deletions

View File

@@ -26,6 +26,7 @@
*/
using System;
using System.Collections;
using OpenMetaverse;
namespace OpenSim.Region.Framework.Interfaces
@@ -39,5 +40,7 @@ namespace OpenSim.Region.Framework.Interfaces
bool PostScriptEvent(UUID itemID, string name, Object[] args);
bool PostObjectEvent(UUID itemID, string name, Object[] args);
ArrayList GetScriptErrors(UUID itemID);
}
}