A message sent to the client which indicates a
teleport request has failed and contains some information on why it
failed

C# |
public class TeleportFailedMessage : IMessage

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
|

Object | |
![]() |
TeleportFailedMessage |
Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)