diff options
author | UbitUmarov | 2012-07-17 01:40:27 +0100 |
---|---|---|
committer | UbitUmarov | 2012-07-17 01:40:27 +0100 |
commit | 2b2dbec176ee9c6918b24640cbe1299e5fb6687a (patch) | |
tree | ec309403fa6c891abf2c505abb45c3605c4154e0 /OpenSim/Region/ScriptEngine/Interfaces | |
parent | Merge branch 'avination' into ubitwork (diff) | |
parent | Merge branch 'master' into careminster (diff) | |
download | opensim-SC-2b2dbec176ee9c6918b24640cbe1299e5fb6687a.zip opensim-SC-2b2dbec176ee9c6918b24640cbe1299e5fb6687a.tar.gz opensim-SC-2b2dbec176ee9c6918b24640cbe1299e5fb6687a.tar.bz2 opensim-SC-2b2dbec176ee9c6918b24640cbe1299e5fb6687a.tar.xz |
Merge branch 'avination' into ubitwork
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Interfaces/IScriptInstance.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/OpenSim/Region/ScriptEngine/Interfaces/IScriptInstance.cs b/OpenSim/Region/ScriptEngine/Interfaces/IScriptInstance.cs index ec13b6c..b04f6b6 100644 --- a/OpenSim/Region/ScriptEngine/Interfaces/IScriptInstance.cs +++ b/OpenSim/Region/ScriptEngine/Interfaces/IScriptInstance.cs | |||
@@ -64,16 +64,6 @@ namespace OpenSim.Region.ScriptEngine.Interfaces | |||
64 | bool Running { get; set; } | 64 | bool Running { get; set; } |
65 | 65 | ||
66 | /// <summary> | 66 | /// <summary> |
67 | /// Gets or sets a value indicating whether this | ||
68 | /// <see cref="OpenSim.Region.ScriptEngine.Interfaces.IScriptInstance"/> is run. | ||
69 | /// For viewer script editor control | ||
70 | /// </summary> | ||
71 | /// <value> | ||
72 | /// <c>true</c> if run; otherwise, <c>false</c>. | ||
73 | /// </value> | ||
74 | bool Run { get; set; } | ||
75 | |||
76 | /// <summary> | ||
77 | /// Is the script suspended? | 67 | /// Is the script suspended? |
78 | /// </summary> | 68 | /// </summary> |
79 | bool Suspended { get; set; } | 69 | bool Suspended { get; set; } |