aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
diff options
context:
space:
mode:
authorCasperW2009-11-26 02:01:51 +0100
committerCasperW2009-11-26 02:01:51 +0100
commitde551102472780b21ccd6cf82fb6838cf4f175ce (patch)
tree4ad56f9766ae4b0bd702fa0f0d3211cf216e14d4 /OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
parentAdd nudge right and left to avatar movement (faster reaction times when stepp... (diff)
parentAdd the dummy "Size" property to the list type (diff)
downloadopensim-SC_OLD-de551102472780b21ccd6cf82fb6838cf4f175ce.zip
opensim-SC_OLD-de551102472780b21ccd6cf82fb6838cf4f175ce.tar.gz
opensim-SC_OLD-de551102472780b21ccd6cf82fb6838cf4f175ce.tar.bz2
opensim-SC_OLD-de551102472780b21ccd6cf82fb6838cf4f175ce.tar.xz
Merge branch 'careminster' into casper
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
index 2a403bf..470946a 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
@@ -83,7 +83,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
83 83
84 // Teleport commands 84 // Teleport commands
85 void osTeleportAgent(string agent, string regionName, LSL_Types.Vector3 position, LSL_Types.Vector3 lookat); 85 void osTeleportAgent(string agent, string regionName, LSL_Types.Vector3 position, LSL_Types.Vector3 lookat);
86 void osTeleportAgent(string agent, uint regionX, uint regionY, LSL_Types.Vector3 position, LSL_Types.Vector3 lookat); 86 void osTeleportAgent(string agent, int regionX, int regionY, LSL_Types.Vector3 position, LSL_Types.Vector3 lookat);
87 void osTeleportAgent(string agent, LSL_Types.Vector3 position, LSL_Types.Vector3 lookat); 87 void osTeleportAgent(string agent, LSL_Types.Vector3 position, LSL_Types.Vector3 lookat);
88 88
89 // Animation commands 89 // Animation commands