OpenMetaverse.AgentManager.Teleport C# (CSharp) Method

Teleport() public method

Attempt to look up a simulator name and teleport to the discovered destination
public Teleport ( string simName, System.Vector3 position ) : bool
simName string Region name to look up
position System.Vector3 Position to teleport to
return bool
        public bool Teleport(string simName, Vector3 position)
        {
            return Teleport(simName, position, new Vector3(0, 1.0f, 0));
        }

Same methods

AgentManager::Teleport ( UUID landmark ) : bool
AgentManager::Teleport ( string simName, System.Vector3 position, System.Vector3 lookAt ) : bool
AgentManager::Teleport ( ulong regionHandle, System.Vector3 position ) : bool
AgentManager::Teleport ( ulong regionHandle, System.Vector3 position, System.Vector3 lookAt ) : bool