# Looting System

![Loot Object Receiver](/files/-MbqT467XQ2EFyTtsc5K)

\
**Search** :

![](/files/-MbqTKz7zvwWWEQBqWGy)

This parameter is responsible for the method of searching for items to select. At the moment there are **3 types of search** :

| Property    | Description                                                                      |
| ----------- | -------------------------------------------------------------------------------- |
| Directional | Searches for items in a straight line.                                           |
| Nearest     | Searches for items in the radius.                                                |
| Combine     | It searches in a straight line, if it doesn't find it , it searches in a radius. |

‌

#### Inventory System : <a href="#inventory-system" id="inventory-system"></a>

![](/files/-MbqTXGQPc6mTbjgLZ4-)

Here we put the object containing the Inventory System component.‌

#### Check Point : <a href="#check-point" id="check-point"></a>

![](/files/-MbqTcKyk_r1OHzCOJol)

The point from which the search will be performed.‌

#### Advanced Settings : <a href="#advanced-settings" id="advanced-settings"></a>

![](/files/-MbqUJP8QtQKOUoc46MD)

| Property      | Description                                  |
| ------------- | -------------------------------------------- |
| Check Range   | The distance at which you can pick up items. |
| Culling Layer | Layers through which you can search.         |


---

# 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/untitled-1.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.
