Merge branch 'master' into careminster

This commit is contained in:
Melanie
2009-12-21 10:28:50 +00:00
3 changed files with 78 additions and 26 deletions

View File

@@ -35,7 +35,7 @@ namespace OpenSim.Region.Framework.Interfaces
string ScriptEngineName { get; }
string GetXMLState(UUID itemID);
void SetXMLState(UUID itemID, string xml);
bool SetXMLState(UUID itemID, string xml);
bool PostScriptEvent(UUID itemID, string name, Object[] args);
bool PostObjectEvent(UUID itemID, string name, Object[] args);