Fix llSetVehicleFloatParam to accept LSL_Float
This commit is contained in:
Melanie Thielker
2008-10-20 07:47:20 +00:00
parent e9134a050a
commit caf10245af
3 changed files with 4 additions and 4 deletions

View File

@@ -339,7 +339,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
void llSetTorque(LSL_Vector torque, int local);
void llSetTouchText(string text);
void llSetVehicleFlags(int flags);
void llSetVehicleFloatParam(int param, float value);
void llSetVehicleFloatParam(int param, LSL_Float value);
void llSetVehicleRotationParam(int param, LSL_Rotation rot);
void llSetVehicleType(int type);
void llSetVehicleVectorParam(int param, LSL_Vector vec);