diff options
author | Charles Krinke | 2009-02-01 17:41:33 +0000 |
---|---|---|
committer | Charles Krinke | 2009-02-01 17:41:33 +0000 |
commit | 50536c66a0f2e72d68df25c84a2286337dd9b357 (patch) | |
tree | b08d791649187c671a0e76e27f251d5f98e54390 /OpenSim/Region/ScriptEngine/Shared/Api/Interface | |
parent | * Adding a few fields to the Land data responder that the client is complaini... (diff) | |
download | opensim-SC_OLD-50536c66a0f2e72d68df25c84a2286337dd9b357.zip opensim-SC_OLD-50536c66a0f2e72d68df25c84a2286337dd9b357.tar.gz opensim-SC_OLD-50536c66a0f2e72d68df25c84a2286337dd9b357.tar.bz2 opensim-SC_OLD-50536c66a0f2e72d68df25c84a2286337dd9b357.tar.xz |
Thank you kindly, TLaukkan (Tommil) for a patch that:
Added osTeleportAgent with region coordinates to
support hyper grid scripted teleports.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | 1 |
1 files changed, 1 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 a8d98dc..79b30c7 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | |||
@@ -66,6 +66,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces | |||
66 | 66 | ||
67 | // Teleport commands | 67 | // Teleport commands |
68 | void osTeleportAgent(string agent, string regionName, LSL_Types.Vector3 position, LSL_Types.Vector3 lookat); | 68 | void osTeleportAgent(string agent, string regionName, LSL_Types.Vector3 position, LSL_Types.Vector3 lookat); |
69 | void osTeleportAgent(string agent, uint regionX, uint regionY, LSL_Types.Vector3 position, LSL_Types.Vector3 lookat); | ||
69 | void osTeleportAgent(string agent, LSL_Types.Vector3 position, LSL_Types.Vector3 lookat); | 70 | void osTeleportAgent(string agent, LSL_Types.Vector3 position, LSL_Types.Vector3 lookat); |
70 | 71 | ||
71 | // Animation commands | 72 | // Animation commands |