C# Class OpenMetaverse.Messages.Linden.UploaderRequestScriptComplete

Response from the simulator to notify the viewer the upload is completed, and the UUID of the script asset and its compiled status
Inheritance: AssetUploaderBlock
Show file Open project: N3X15/VoxelSim

Public Properties

Property Type Description
AssetID UUID
Compiled bool

Public Methods

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

Method Details

Deserialize() public method

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

Serialize() public method

public Serialize ( ) : OSDMap
return OSDMap

UploaderRequestScriptComplete() public method

public UploaderRequestScriptComplete ( ) : System
return System

Property Details

AssetID public property

The uploaded texture asset ID
public UUID AssetID
return UUID

Compiled public property

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