> For the complete documentation index, see [llms.txt](https://renownedgames.gitbook.io/aurora-engine/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://renownedgames.gitbook.io/aurora-engine/components/loot-object-receiver/untitled-1.md).

# Looting System

Responsible for the selection of items, how the selection will be made and where it will fall during the selection.

![Loot Object Receiver](https://4102492771-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MbGcEmnwAxQ5XmsXrVA%2F-MbqSMZrsLjoQQNGxXgf%2F-MbqT467XQ2EFyTtsc5K%2Fimage.png?alt=media\&token=0c3ba1c6-21bb-404d-acfb-ce307bdfaecf)

\
**Search** :

![](https://4102492771-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MbGcEmnwAxQ5XmsXrVA%2F-MbqSMZrsLjoQQNGxXgf%2F-MbqTKz7zvwWWEQBqWGy%2Fimage%20\(18\).jpg?alt=media\&token=3dd24b34-6197-44bc-98f8-fe9692bb12f0)

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>

![](https://4102492771-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MbGcEmnwAxQ5XmsXrVA%2F-MbqSMZrsLjoQQNGxXgf%2F-MbqTXGQPc6mTbjgLZ4-%2Fimage%20\(19\).jpg?alt=media\&token=e8770317-db48-496e-bfde-dfd2efe4d50d)

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

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

![](https://4102492771-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MbGcEmnwAxQ5XmsXrVA%2F-MbqSMZrsLjoQQNGxXgf%2F-MbqTcKyk_r1OHzCOJol%2Fimage%20\(20\).jpg?alt=media\&token=dfad0633-01a8-4cc7-ae99-ae8a2696596f)

The point from which the search will be performed.‌

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

![](https://4102492771-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MbGcEmnwAxQ5XmsXrVA%2F-MbqSMZrsLjoQQNGxXgf%2F-MbqUJP8QtQKOUoc46MD%2Fimage%20\(22\).jpg?alt=media\&token=43fe93ed-0221-4100-acce-3df0a4a4aabd)

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