OpenMetaverse Protocol Library Developers API Documentation
Teleport Method (simName, position)
NamespacesOpenMetaverseAgentManagerTeleport(String, Vector3)
Attempt to look up a simulator name and teleport to the discovered destination
Declaration Syntax
C#
public 
bool 
Teleport(
        
string 
simName,
        
Vector3 
position
)
Parameters
simName ( String)
Region name to look up
position ( Vector3)
Position to teleport to
Return Value
True if the lookup and teleport were successful, otherwise false

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)