diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Interfaces/IScriptEngine.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ScriptEngine/Interfaces/IScriptEngine.cs b/OpenSim/Region/ScriptEngine/Interfaces/IScriptEngine.cs index 361a0b9..2e1dbbe 100644 --- a/OpenSim/Region/ScriptEngine/Interfaces/IScriptEngine.cs +++ b/OpenSim/Region/ScriptEngine/Interfaces/IScriptEngine.cs | |||
@@ -58,7 +58,7 @@ namespace OpenSim.Region.ScriptEngine.Interfaces | |||
58 | /// Post an event to a single script | 58 | /// Post an event to a single script |
59 | /// </summary> | 59 | /// </summary> |
60 | bool PostScriptEvent(UUID itemID, EventParams parms); | 60 | bool PostScriptEvent(UUID itemID, EventParams parms); |
61 | 61 | ||
62 | /// <summary> | 62 | /// <summary> |
63 | /// Post event to an entire prim | 63 | /// Post event to an entire prim |
64 | /// </summary> | 64 | /// </summary> |
@@ -95,7 +95,7 @@ namespace OpenSim.Region.ScriptEngine.Interfaces | |||
95 | /// Assemblies that need to be referenced when compiling scripts. | 95 | /// Assemblies that need to be referenced when compiling scripts. |
96 | /// </summary> | 96 | /// </summary> |
97 | /// <remarks> | 97 | /// <remarks> |
98 | /// These are currently additional to those always referenced by the compiler, BUT THIS MAY CHANGE IN THE | 98 | /// These are currently additional to those always referenced by the compiler, BUT THIS MAY CHANGE IN THE |
99 | /// FUTURE. | 99 | /// FUTURE. |
100 | /// This can be null if there are no additional assemblies. | 100 | /// This can be null if there are no additional assemblies. |
101 | /// </remarks> | 101 | /// </remarks> |