OpenMetaverse.AgentManager.RequestTeleport C# (CSharp) Method

RequestTeleport() public method

Request teleport to a another simulator
public RequestTeleport ( ulong regionHandle, System.Vector3 position ) : void
regionHandle ulong handle of region to teleport agent to
position System.Vector3 position in destination sim to teleport to
return void
        public void RequestTeleport(ulong regionHandle, Vector3 position)
        {
            RequestTeleport(regionHandle, position, new Vector3(0.0f, 1.0f, 0.0f));
        }

Same methods

AgentManager::RequestTeleport ( UUID landmark ) : void
AgentManager::RequestTeleport ( ulong regionHandle, System.Vector3 position, System.Vector3 lookAt ) : void