# Looting Object

{% hint style="warning" %}
In order to create an item that we will pick up in the inventory, you need to add the "Loot Weapon" component to the object, and there must also be some kind of collider on the object.
{% endhint %}

![](/files/-MbvPt_WYTb8BjSlZ5zq)

#### Item :

{% hint style="info" %}
Here should be located the prefab of our subject.
{% endhint %}

![](/files/-MbvQUMHpExEJEQQhWoj)

#### Advanced Settings :

![](/files/-MbvR1LGoDXZOcmdqajM)

| Property       | Description                                            |
| -------------- | ------------------------------------------------------ |
| Use After Loot | Use this item after picking it up.                     |
| Count          | How many times you can pick up.                        |
| Pool Object ID | ID of the item in the object pool.                     |
| Delayed Time   | The time after which the object is placed in the pool. |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://renownedgames.gitbook.io/aurora-engine/components/loot-object-receiver/looting-object.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
