diff options
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/IEntityInventory.cs')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IEntityInventory.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs b/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs index ae2e844..f5cd528 100644 --- a/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs +++ b/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs | |||
@@ -106,6 +106,8 @@ namespace OpenSim.Region.Framework.Interfaces | |||
106 | /// <param name="stateSource"></param> | 106 | /// <param name="stateSource"></param> |
107 | void CreateScriptInstance(UUID itemId, int startParam, bool postOnRez, string engine, int stateSource); | 107 | void CreateScriptInstance(UUID itemId, int startParam, bool postOnRez, string engine, int stateSource); |
108 | 108 | ||
109 | ArrayList CreateScriptInstanceEr(UUID itemId, int startParam, bool postOnRez, string engine, int stateSource); | ||
110 | |||
109 | /// <summary> | 111 | /// <summary> |
110 | /// Stop a script which is in this prim's inventory. | 112 | /// Stop a script which is in this prim's inventory. |
111 | /// </summary> | 113 | /// </summary> |
@@ -226,5 +228,6 @@ namespace OpenSim.Region.Framework.Interfaces | |||
226 | /// A <see cref="Dictionary`2"/> | 228 | /// A <see cref="Dictionary`2"/> |
227 | /// </returns> | 229 | /// </returns> |
228 | Dictionary<UUID, string> GetScriptStates(); | 230 | Dictionary<UUID, string> GetScriptStates(); |
231 | Dictionary<UUID, string> GetScriptStates(bool oldIDs); | ||
229 | } | 232 | } |
230 | } | 233 | } |