C# Class OpenMetaverse.Messages.Linden.UpdateScriptAgentRequestMessage

A message sent from a viewer to the simulator requesting a temporary uploader capability used to update a script contained in an agents inventory
Inheritance: AssetUploaderBlock
Show file Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
ItemID UUID
Target string

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

ItemID public property

The existing asset if of the script in the agents inventory to replace
public UUID ItemID
return UUID

Target public property

The language of the script
Defaults to lsl version 2, "mono" might be another possible option
public string Target
return string