C# Класс OpenMetaverse.Messages.Linden.TeleportFailedMessage

A message sent to the client which indicates a teleport request has failed and contains some information on why it failed
Наследование: IMessage
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
AgentID UUID
ExtraParams string
MessageKey string
Reason string

Открытые методы

Метод Описание
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

Описание методов

Deserialize() публичный Метод

Deserialize the message
public Deserialize ( OSDMap map ) : void
map OSDMap An containing the data
Результат void

Serialize() публичный Метод

Serialize the object
public Serialize ( ) : OSDMap
Результат OSDMap

Описание свойств

AgentID публичное свойство

The UUID of the Agent
public UUID AgentID
Результат UUID

ExtraParams публичное свойство

public string ExtraParams
Результат string

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
public string MessageKey
Результат string

Reason публичное свойство

A string human readable message containing the reason
An example: Could not teleport closer to destination
public string Reason
Результат string