C# Class 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
Inheritance: IMessage
Afficher le fichier Open project: N3X15/VoxelSim Class Usage Examples

Méthodes publiques

Свойство Type Description
AgentID UUID
ExtraParams string
MessageKey string
Reason string

Méthodes publiques

Méthode Description
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

Method Details

Deserialize() public méthode

Deserialize the message
public Deserialize ( OSDMap map ) : void
map OSDMap An containing the data
Résultat void

Serialize() public méthode

Serialize the object
public Serialize ( ) : OSDMap
Résultat OSDMap

Property Details

AgentID public_oe property

The UUID of the Agent
public UUID AgentID
Résultat UUID

ExtraParams public_oe property

public string ExtraParams
Résultat string

MessageKey public_oe property

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
Résultat string

Reason public_oe property

A string human readable message containing the reason
An example: Could not teleport closer to destination
public string Reason
Résultat string