OpenMetaverse Protocol Library Developers API Documentation
Teleport Method (regionHandle, position)
NamespacesOpenMetaverseAgentManagerTeleport(UInt64, Vector3)
Teleport agent to another region
Declaration Syntax
C#
public 
bool 
Teleport(
        
ulong 
regionHandle,
        
Vector3 
position
)
Parameters
regionHandle ( UInt64)
handle of region to teleport agent to
position ( Vector3)
position in destination sim to teleport to
Return Value
true on success, false on failure
Remarks
This call is blocking
See Also

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