OpenMetaverse Protocol Library Developers API Documentation
Teleport Method (regionHandle, position, lookAt)
NamespacesOpenMetaverseAgentManagerTeleport(UInt64, Vector3, Vector3)
Teleport agent to another region
Declaration Syntax
C#
public 
bool 
Teleport(
        
ulong 
regionHandle,
        
Vector3 
position,
        
Vector3 
lookAt
)
Parameters
regionHandle ( UInt64)
handle of region to teleport agent to
position ( Vector3)
position in destination sim to teleport to
lookAt ( Vector3)
direction in destination sim agent will look at
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)