OpenMetaverse Protocol Library Developers API Documentation
RequestUpdateScriptAgentInventory Method (data, itemID, mono, callback)
NamespacesOpenMetaverse InventoryManagerRequestUpdateScriptAgentInventory( array< Byte > [] () [] [] , UUID, Boolean, InventoryManager . . :: . . ScriptUpdatedCallback)
Update an existing script in an agents Inventory
Declaration Syntax
C#
public 
void 
RequestUpdateScriptAgentInventory(
        
byte[] 
data,
        
UUID 
itemID,
        
bool 
mono,
        

InventoryManager

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

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