[This is preliminary documentation and is subject to change.]

Sent to the client to indicate a teleport request has completed

Namespace:  OpenMetaverse.Messages.Linden
Assembly:  OpenMetaverse (in OpenMetaverse.dll) Version: 1.0.0.20057

Syntax

         
 C#  Visual Basic  Visual C++ 
public class TeleportFinishMessage : IMessage
Public Class TeleportFinishMessage _
	Implements IMessage
public ref class TeleportFinishMessage : IMessage

Members

            
 All Members  Constructors   Fields   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
TeleportFinishMessage()()()
Initializes a new instance of the TeleportFinishMessage class
AgentID
The UUID of the agent
Deserialize(OSDMap)
Deserialize the message
Flags
Status flags indicating the state of the Agent upon arrival, Flying, etc.
IP
The IP Address of the simulator
LocationID
Port
The UDP Port the simulator will listen for UDP traffic on
RegionHandle
The simulators handle the agent teleported to
SeedCapability
A Uri which contains a list of Capabilities the simulator supports
Serialize()()()
Serialize the object
SimAccess
Indicates the level of access required to access the simulator, or the content rating, or the simulators map status

Inheritance Hierarchy

System..::.Object
  OpenMetaverse.Messages.Linden..::.TeleportFinishMessage

See Also