diff options
author | Diva Canto | 2009-12-21 06:59:36 -0800 |
---|---|---|
committer | Diva Canto | 2009-12-21 06:59:36 -0800 |
commit | 86104cd45c17f4112493ae1e095e44e18b3ac0be (patch) | |
tree | 0653f44e969c9620dde01e6e8248559e06acfe65 /OpenSim/Region/Framework/Interfaces | |
parent | Making the library read the item's flag, so that clothing items can have the ... (diff) | |
parent | Script State Fix: Part 2 (diff) | |
download | opensim-SC_OLD-86104cd45c17f4112493ae1e095e44e18b3ac0be.zip opensim-SC_OLD-86104cd45c17f4112493ae1e095e44e18b3ac0be.tar.gz opensim-SC_OLD-86104cd45c17f4112493ae1e095e44e18b3ac0be.tar.bz2 opensim-SC_OLD-86104cd45c17f4112493ae1e095e44e18b3ac0be.tar.xz |
Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IScriptModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IScriptModule.cs b/OpenSim/Region/Framework/Interfaces/IScriptModule.cs index f11e571..98efcbe 100644 --- a/OpenSim/Region/Framework/Interfaces/IScriptModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IScriptModule.cs | |||
@@ -35,7 +35,7 @@ namespace OpenSim.Region.Framework.Interfaces | |||
35 | string ScriptEngineName { get; } | 35 | string ScriptEngineName { get; } |
36 | 36 | ||
37 | string GetXMLState(UUID itemID); | 37 | string GetXMLState(UUID itemID); |
38 | void SetXMLState(UUID itemID, string xml); | 38 | bool SetXMLState(UUID itemID, string xml); |
39 | 39 | ||
40 | bool PostScriptEvent(UUID itemID, string name, Object[] args); | 40 | bool PostScriptEvent(UUID itemID, string name, Object[] args); |
41 | bool PostObjectEvent(UUID itemID, string name, Object[] args); | 41 | bool PostObjectEvent(UUID itemID, string name, Object[] args); |