diff options
author | Tedd Hansen | 2008-02-10 22:25:59 +0000 |
---|---|---|
committer | Tedd Hansen | 2008-02-10 22:25:59 +0000 |
commit | 9a04e0e1c4f0a959f826acce7277daf0132ef66d (patch) | |
tree | 35c2defb96722c0fd1d1788b358493a5959324d9 /OpenSim/Region/ScriptEngine/Common/IScript.cs | |
parent | The very beginnings of attachments (no detachments! :) (diff) | |
download | opensim-SC_OLD-9a04e0e1c4f0a959f826acce7277daf0132ef66d.zip opensim-SC_OLD-9a04e0e1c4f0a959f826acce7277daf0132ef66d.tar.gz opensim-SC_OLD-9a04e0e1c4f0a959f826acce7277daf0132ef66d.tar.bz2 opensim-SC_OLD-9a04e0e1c4f0a959f826acce7277daf0132ef66d.tar.xz |
We now support LSL state
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Common/IScript.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Common/IScript.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/IScript.cs b/OpenSim/Region/ScriptEngine/Common/IScript.cs index 2e1b143..c392278 100644 --- a/OpenSim/Region/ScriptEngine/Common/IScript.cs +++ b/OpenSim/Region/ScriptEngine/Common/IScript.cs | |||
@@ -32,7 +32,7 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
32 | { | 32 | { |
33 | public interface IScript | 33 | public interface IScript |
34 | { | 34 | { |
35 | string State(); | 35 | string State { get; set; } |
36 | Executor Exec { get; } | 36 | Executor Exec { get; } |
37 | string Source { get; set; } | 37 | string Source { get; set; } |
38 | void Start(LSL_BuiltIn_Commands_Interface BuiltIn_Commands); | 38 | void Start(LSL_BuiltIn_Commands_Interface BuiltIn_Commands); |