[This is preliminary documentation and is subject to change.]
Triggered for any status updates of a teleport (progress, failed, succeeded)
Namespace:
OpenMetaverseAssembly: OpenMetaverse (in OpenMetaverse.dll) Version: 1.0.0.20057
Syntax
| C# | Visual Basic | Visual C++ |
public delegate void TeleportCallback( string message, TeleportStatus status, TeleportFlags flags )
Public Delegate Sub TeleportCallback ( _ message As String, _ status As TeleportStatus, _ flags As TeleportFlags _ )
public delegate void TeleportCallback( String^ message, TeleportStatus status, TeleportFlags flags )
Parameters
- message
- String
A message about the current teleport status
- status
- TeleportStatus
The current status of the teleport
- flags
- TeleportFlags
Various flags describing the teleport
