OpenMetaverse.InventoryManager.RequestDeRezToInventory C# (CSharp) Method

RequestDeRezToInventory() public method

DeRez an object from the simulator to the agents Objects folder in the agents Inventory
public RequestDeRezToInventory ( uint objectLocalID ) : void
objectLocalID uint The simulator Local ID of the object
return void
        public void RequestDeRezToInventory(uint objectLocalID)
        {
            RequestDeRezToInventory(objectLocalID, DeRezDestination.AgentInventoryTake,
                _Client.Inventory.FindFolderForType(AssetType.Object), UUID.Random());
        }

Same methods

InventoryManager::RequestDeRezToInventory ( uint objectLocalID, DeRezDestination destType, UUID destFolder, UUID transactionID ) : void