OpenMetaverse Protocol Library Developers API Documentation
ScriptRunningReplyMessage Class
Namespaces OpenMetaverse.Messages.LindenScriptRunningReplyMessage
A message sent from the simulator to the viewer to indicate a Tasks scripts status.
Declaration Syntax
C#
public 
class 
ScriptRunningReplyMessage : 
IMessage
Members
All Members Constructors Methods Fields



Icon Member Description
ScriptRunningReplyMessage () () () ()
Initializes a new instance of the ScriptRunningReplyMessageclass

Deserialize(OSDMap)
Deserialize the message

ItemID
The Asset ID of the script

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

ObjectID
The Task containing the scripts

Running
true of the script is in a running state

Serialize () () () ()
Serialize the object

Inheritance Hierarchy
Object
ScriptRunningReplyMessage

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)