OpenMetaverse Protocol Library Developers API Documentation
TeleportFailedMessage Class
Namespaces OpenMetaverse.Messages.LindenTeleportFailedMessage
A message sent to the client which indicates a teleport request has failed and contains some information on why it failed
Declaration Syntax
C#
public
class
TeleportFailedMessage :
IMessage
Members
All Members Constructors Methods Fields



Icon Member Description
TeleportFailedMessage () () () ()
Initializes a new instance of the TeleportFailedMessageclass

AgentID
The UUIDof the Agent

Deserialize(OSDMap)
Deserialize the message

ExtraParams

MessageKey
A string key of the reason the teleport failed e.g. CouldntTPCloser Which could be used to look up a value in a dictionary or enum

Reason
A string human readable message containing the reason

Serialize () () () ()
Serialize the object

Inheritance Hierarchy
Object
TeleportFailedMessage

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