diff options
author | Charles Krinke | 2008-06-28 16:18:47 +0000 |
---|---|---|
committer | Charles Krinke | 2008-06-28 16:18:47 +0000 |
commit | 2f70baee528ae94a3456c09ebdb60e9a24d7f7d0 (patch) | |
tree | 0e92de124ea526387a4125cd5e673de4c67a4993 /OpenSim/Region/ScriptEngine/Common/IScript.cs | |
parent | Mantis#1620. Applied Melanie's patch (diff) | |
download | opensim-SC_OLD-2f70baee528ae94a3456c09ebdb60e9a24d7f7d0.zip opensim-SC_OLD-2f70baee528ae94a3456c09ebdb60e9a24d7f7d0.tar.gz opensim-SC_OLD-2f70baee528ae94a3456c09ebdb60e9a24d7f7d0.tar.bz2 opensim-SC_OLD-2f70baee528ae94a3456c09ebdb60e9a24d7f7d0.tar.xz |
Mantis#1623. Thank you, Melanie for a patch that:
Fully defines the equality operators on the lsl types and plubs
in the script engine side of the work begun in 0001616 (aly, this one's for you)
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Common/IScript.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Common/IScript.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/IScript.cs b/OpenSim/Region/ScriptEngine/Common/IScript.cs index e3ceb47..cad3707 100644 --- a/OpenSim/Region/ScriptEngine/Common/IScript.cs +++ b/OpenSim/Region/ScriptEngine/Common/IScript.cs | |||
@@ -32,6 +32,7 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
32 | public interface IScript | 32 | public interface IScript |
33 | { | 33 | { |
34 | string State { get; set; } | 34 | string State { get; set; } |
35 | int StartParam { get; set; } | ||
35 | ExecutorBase Exec { get; } | 36 | ExecutorBase Exec { get; } |
36 | string Source { get; set; } | 37 | string Source { get; set; } |
37 | void Start(BuilIn_Commands BuiltIn_Commands); | 38 | void Start(BuilIn_Commands BuiltIn_Commands); |