OpenMetaverse Protocol Library Developers API Documentation
RequestUpdateScriptTask Method (data, itemID, taskID, mono, running, callback)
NamespacesOpenMetaverse InventoryManagerRequestUpdateScriptTask( array< Byte > [] () [] [] , UUID, UUID, Boolean, Boolean, InventoryManager . . :: . . ScriptUpdatedCallback)
Update an existing script in an task Inventory
Declaration Syntax
C#
public
void
RequestUpdateScriptTask(

byte[]
data,

UUID
itemID,

UUID
taskID,

bool
mono,

bool
running,


InventoryManager

.
.
::
.
.
ScriptUpdatedCallback
callback
)
Parameters
data ( array< Byte > [] () [] [] )
A byte[] array containing the encoded scripts contents
itemID ( UUID)
the itemID of the script
taskID ( UUID)
UUID of the prim containting the script
mono ( Boolean)
if true, sets the script content to run on the mono interpreter
running ( Boolean)
if true, sets the script to running
callback ( InventoryManager . . :: . . ScriptUpdatedCallback)

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