Thank you kindly, TLaukkan (Tommil) for a patch that:

Added osTeleportAgent with region coordinates to 
support hyper grid scripted teleports.
This commit is contained in:
Charles Krinke
2009-02-01 17:41:33 +00:00
parent 469b35d2bb
commit 50536c66a0
3 changed files with 35 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
// Teleport commands
void osTeleportAgent(string agent, string regionName, LSL_Types.Vector3 position, LSL_Types.Vector3 lookat);
void osTeleportAgent(string agent, uint regionX, uint regionY, LSL_Types.Vector3 position, LSL_Types.Vector3 lookat);
void osTeleportAgent(string agent, LSL_Types.Vector3 position, LSL_Types.Vector3 lookat);
// Animation commands