diff options
author | Charles Krinke | 2008-09-28 19:31:58 +0000 |
---|---|---|
committer | Charles Krinke | 2008-09-28 19:31:58 +0000 |
commit | 9709d01358cc11b21944fe90c28ca874b42424a6 (patch) | |
tree | b51dff9a7e262ca5da966d4883ea47ef25a9bb06 /OpenSim/Region | |
parent | Plumb the connection through from llSetVehicleFloatParam (diff) | |
download | opensim-SC_OLD-9709d01358cc11b21944fe90c28ca874b42424a6.zip opensim-SC_OLD-9709d01358cc11b21944fe90c28ca874b42424a6.tar.gz opensim-SC_OLD-9709d01358cc11b21944fe90c28ca874b42424a6.tar.bz2 opensim-SC_OLD-9709d01358cc11b21944fe90c28ca874b42424a6.tar.xz |
Remove llSetVehicledoubleParam. It does not exist.
It was a mistake a year ago to add it in.
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index c3939f0..f8257c3 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -5162,12 +5162,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
5162 | NotImplemented("llSetVehicleType"); | 5162 | NotImplemented("llSetVehicleType"); |
5163 | } | 5163 | } |
5164 | 5164 | ||
5165 | public void llSetVehicledoubleParam(int param, double value) | ||
5166 | { | ||
5167 | m_host.AddScriptLPS(1); | ||
5168 | NotImplemented("llSetVehicledoubleParam"); | ||
5169 | } | ||
5170 | |||
5171 | public void llSetVehicleFloatParam(int param, float value) | 5165 | public void llSetVehicleFloatParam(int param, float value) |
5172 | { | 5166 | { |
5173 | m_host.AddScriptLPS(1); | 5167 | m_host.AddScriptLPS(1); |