C# Class OpenMetaverse.Messages.Linden.UpdateAgentLanguageMessage

A message sent from the viewer to the simulator which specifies the language and permissions for others to detect the language specified
Inheritance: IMessage
Datei anzeigen Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
Language string
LanguagePublic bool

Public Methods

Method Description
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

Method Details

Deserialize() public method

Deserialize the message
public Deserialize ( OSDMap map ) : void
map OSDMap An containing the data
return void

Serialize() public method

Serialize the object
public Serialize ( ) : OSDMap
return OSDMap

Property Details

Language public_oe property

A string containng the default language to use for the agent
public string Language
return string

LanguagePublic public_oe property

true of others are allowed to know the language setting
public bool LanguagePublic
return bool