# Weapon

This component is responsible for the position of the hands when the weapon is in the hand.

![](/files/-Mdb4r62Op-0fkvQvrtX)

{% hint style="info" %}
The **Inventory System** drags the player's [WeaponIntentorySystem.](/aurora-engine/components/weapon-inventory-system.md)
{% endhint %}

In the **Weapon Dictionary**, select a weapon.

![](/files/-Mdb7xP3aOy72Fr87RUk)

| Property          | Description                                                               |
| ----------------- | ------------------------------------------------------------------------- |
| Weapon            | Here we pass the object of the weapon that will be displayed on the hand. |
| Animation State   | Cooldown animation.                                                       |
| Left Hand Target  | We pass the points to which the bone of the left hand should be attached. |
| Right Hand Target | We pass the points to which the bone of the right hand should be attached |


---

# 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/remote-body/weapon.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.
