diff options
author | Melanie Thielker | 2008-10-20 07:47:20 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-10-20 07:47:20 +0000 |
commit | caf10245af091498147cf707d30b34cef6ab588b (patch) | |
tree | d9a5fa8a4255cc21005aef5e1ee0344f1dc95f6a /OpenSim/Region/ScriptEngine/Shared/Api/Interface | |
parent | Thank you kindly, Idb for a patch that solves: (diff) | |
download | opensim-SC_OLD-caf10245af091498147cf707d30b34cef6ab588b.zip opensim-SC_OLD-caf10245af091498147cf707d30b34cef6ab588b.tar.gz opensim-SC_OLD-caf10245af091498147cf707d30b34cef6ab588b.tar.bz2 opensim-SC_OLD-caf10245af091498147cf707d30b34cef6ab588b.tar.xz |
Mantis #2438
Fix llSetVehicleFloatParam to accept LSL_Float
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs index 5670988..6ca254a 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs | |||
@@ -339,7 +339,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces | |||
339 | void llSetTorque(LSL_Vector torque, int local); | 339 | void llSetTorque(LSL_Vector torque, int local); |
340 | void llSetTouchText(string text); | 340 | void llSetTouchText(string text); |
341 | void llSetVehicleFlags(int flags); | 341 | void llSetVehicleFlags(int flags); |
342 | void llSetVehicleFloatParam(int param, float value); | 342 | void llSetVehicleFloatParam(int param, LSL_Float value); |
343 | void llSetVehicleRotationParam(int param, LSL_Rotation rot); | 343 | void llSetVehicleRotationParam(int param, LSL_Rotation rot); |
344 | void llSetVehicleType(int type); | 344 | void llSetVehicleType(int type); |
345 | void llSetVehicleVectorParam(int param, LSL_Vector vec); | 345 | void llSetVehicleVectorParam(int param, LSL_Vector vec); |