C# Class OpenMetaverse.Messages.Linden.ScriptRunningReplyMessage

Inheritance: IMessage
Afficher le fichier Open project: N3X15/VoxelSim Class Usage Examples

Méthodes publiques

Свойство Type Description
ItemID UUID
Mono bool
ObjectID UUID
Running bool

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

ItemID public_oe property

The Asset ID of the script
public UUID ItemID
Résultat UUID

Mono public_oe property

True of the script is compiled/ran using the mono interpreter, false indicates it uses the older less efficient lsl2 interprter
public bool Mono
Résultat bool

ObjectID public_oe property

The Task containing the scripts UUID
public UUID ObjectID
Résultat UUID

Running public_oe property

true of the script is in a running state
public bool Running
Résultat bool