aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
diff options
context:
space:
mode:
authorubit2012-07-06 18:15:58 +0200
committerubit2012-07-06 18:15:58 +0200
commitd4640f856947226229b531e3a4f46971a910cc93 (patch)
tree6fb42b3d2fed041133ee5bdcc11ba92d65330f4a /OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
parentMerge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork (diff)
parent added llSetVelocity. will refuse to work on vehicles and on attachments ( th... (diff)
downloadopensim-SC_OLD-d4640f856947226229b531e3a4f46971a910cc93.zip
opensim-SC_OLD-d4640f856947226229b531e3a4f46971a910cc93.tar.gz
opensim-SC_OLD-d4640f856947226229b531e3a4f46971a910cc93.tar.bz2
opensim-SC_OLD-d4640f856947226229b531e3a4f46971a910cc93.tar.xz
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
index 50f520a..40ae495 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
@@ -328,6 +328,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
328 void llSensorRemove(); 328 void llSensorRemove();
329 void llSensorRepeat(string name, string id, int type, double range, double arc, double rate); 329 void llSensorRepeat(string name, string id, int type, double range, double arc, double rate);
330 void llSetAlpha(double alpha, int face); 330 void llSetAlpha(double alpha, int face);
331 void llSetAngularVelocity(LSL_Vector angvelocity, int local);
331 void llSetBuoyancy(double buoyancy); 332 void llSetBuoyancy(double buoyancy);
332 void llSetCameraAtOffset(LSL_Vector offset); 333 void llSetCameraAtOffset(LSL_Vector offset);
333 void llSetCameraEyeOffset(LSL_Vector offset); 334 void llSetCameraEyeOffset(LSL_Vector offset);
@@ -376,6 +377,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
376 void llSetVehicleRotationParam(int param, LSL_Rotation rot); 377 void llSetVehicleRotationParam(int param, LSL_Rotation rot);
377 void llSetVehicleType(int type); 378 void llSetVehicleType(int type);
378 void llSetVehicleVectorParam(int param, LSL_Vector vec); 379 void llSetVehicleVectorParam(int param, LSL_Vector vec);
380 void llSetVelocity(LSL_Vector velocity, int local);
379 void llShout(int channelID, string text); 381 void llShout(int channelID, string text);
380 LSL_Float llSin(double f); 382 LSL_Float llSin(double f);
381 void llSitTarget(LSL_Vector offset, LSL_Rotation rot); 383 void llSitTarget(LSL_Vector offset, LSL_Rotation rot);