diff options
author | Melanie Thielker | 2010-06-11 17:48:33 +0200 |
---|---|---|
committer | Melanie | 2010-06-11 17:48:41 +0100 |
commit | c98b10fc8c5dab93e09e28acc91cdf7ebb148ee7 (patch) | |
tree | a71dfac136d8fc706a81a0164886a27ef9aa0b5c /OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LS_Stub.cs | |
parent | Rename CM files to LS (diff) | |
download | opensim-SC-c98b10fc8c5dab93e09e28acc91cdf7ebb148ee7.zip opensim-SC-c98b10fc8c5dab93e09e28acc91cdf7ebb148ee7.tar.gz opensim-SC-c98b10fc8c5dab93e09e28acc91cdf7ebb148ee7.tar.bz2 opensim-SC-c98b10fc8c5dab93e09e28acc91cdf7ebb148ee7.tar.xz |
Remove the cm* function namespace
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LS_Stub.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LS_Stub.cs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LS_Stub.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LS_Stub.cs index 8280ca5..f8dbe03 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LS_Stub.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LS_Stub.cs | |||
@@ -72,20 +72,5 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
72 | { | 72 | { |
73 | return m_LS_Functions.lsSetWindlightSceneTargeted(rules, target); | 73 | return m_LS_Functions.lsSetWindlightSceneTargeted(rules, target); |
74 | } | 74 | } |
75 | |||
76 | public LSL_List cmGetWindlightScene(LSL_List rules) | ||
77 | { | ||
78 | return m_LS_Functions.lsGetWindlightScene(rules); | ||
79 | } | ||
80 | |||
81 | public int cmSetWindlightScene(LSL_List rules) | ||
82 | { | ||
83 | return m_LS_Functions.lsSetWindlightScene(rules); | ||
84 | } | ||
85 | |||
86 | public int cmSetWindlightSceneTargeted(LSL_List rules, key target) | ||
87 | { | ||
88 | return m_LS_Functions.lsSetWindlightSceneTargeted(rules, target); | ||
89 | } | ||
90 | } | 75 | } |
91 | } | 76 | } |