C# Class OpenMetaverse.Messages.Linden.UploaderScriptRequestError

A message sent from the simulator to the viewer which indicates an error occurred while attempting to update a script in an agents or tasks inventory
Inheritance: AssetUploaderBlock
Show file Open project: N3X15/VoxelSim

Public Properties

Property Type Description
AssetID UUID
Compiled bool
Error string

Public Methods

Method Description
Deserialize ( OSDMap map ) : void
Serialize ( ) : OSDMap

Method Details

Deserialize() public method

public Deserialize ( OSDMap map ) : void
map OSDMap
return void

Serialize() public method

public Serialize ( ) : OSDMap
return OSDMap

Property Details

AssetID public property

A new AssetID assigned to the script
public UUID AssetID
return UUID

Compiled public property

true of the script was successfully compiled by the simulator
public bool Compiled
return bool

Error public property

A string containing the error which occured while trying to update the script
public string Error
return string