aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface
diff options
context:
space:
mode:
authorUbitUmarov2017-04-03 17:19:28 +0100
committerUbitUmarov2017-04-03 17:19:28 +0100
commit2bb5e985740b7c6aa75cd31aa057d39d56f024b6 (patch)
treebbc3c48111f874ef69bf0bfb10f649293f824c0d /OpenSim/Region/ScriptEngine/Shared/Api/Interface
parentadd bool CanObjectEnterWithScripts(SceneObjectGroup sog, ILandObject land) pe... (diff)
downloadopensim-SC_OLD-2bb5e985740b7c6aa75cd31aa057d39d56f024b6.zip
opensim-SC_OLD-2bb5e985740b7c6aa75cd31aa057d39d56f024b6.tar.gz
opensim-SC_OLD-2bb5e985740b7c6aa75cd31aa057d39d56f024b6.tar.bz2
opensim-SC_OLD-2bb5e985740b7c6aa75cd31aa057d39d56f024b6.tar.xz
add EXPERIMENTAL osObjectTeleport(LSL_Key objectUUID, LSL_Vector targetPos, LSL_Rotation rotation, LSL_Integer stop)
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
index f76ff7f..4722fed 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
@@ -495,5 +495,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
495 void osSetInertiaAsBox(LSL_Float mass, vector boxSize, vector centerOfMass, rotation rot); 495 void osSetInertiaAsBox(LSL_Float mass, vector boxSize, vector centerOfMass, rotation rot);
496 void osSetInertiaAsSphere(LSL_Float mass, LSL_Float radius, vector centerOfMass); 496 void osSetInertiaAsSphere(LSL_Float mass, LSL_Float radius, vector centerOfMass);
497 void osSetInertiaAsCylinder(LSL_Float mass, LSL_Float radius, LSL_Float lenght, vector centerOfMass,rotation lslrot); 497 void osSetInertiaAsCylinder(LSL_Float mass, LSL_Float radius, LSL_Float lenght, vector centerOfMass,rotation lslrot);
498
499 void osObjectTeleport(LSL_Key objectUUID, vector targetPos, rotation targetrotation, LSL_Integer stop);
498 } 500 }
499} 501}