OpenMetaverse Protocol Library Developers API Documentation
DropObject Method (simulator, localID)
NamespacesOpenMetaverseObjectManagerDropObject(Simulator, UInt32)
Drop an attached object from this avatar
Declaration Syntax
C#
public 
void 
DropObject(
        
Simulator 
simulator,
        
uint 
localID
)
Parameters
simulator ( Simulator)
A reference to the object where the objects reside. This will always be the simulator the avatar is currently in
localID ( UInt32)
The object's ID which is local to the simulator the object is in
See Also

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