# CrosshairShape

Defines the shape of the Crosshair, given different parameters.

{% hint style="info" %}
How can I modify the Crosshair Shape for a specific weapon?

Navigate to the UI Tab in your Weapon\_SO and assign a Crosshair Shape Preset there. You can either choose one of the provided or create your own one.

Useful links:

[How to work with Presets.](/fps-engine-documentation/how-to-use/saving-and-loading-presets.md)

[How to make a Weapon.](/fps-engine-documentation/how-to-use/adding-new-weapons.md)
{% endhint %}

{% hint style="info" %}
If you want to modify the width, length, colors, spread, etc... Please refer to [Crosshair](/fps-engine-documentation/content/03.-content/03.8-ui/crosshair.md).
{% endhint %}

### PARTS

* Top
* Left
* Right
* Bottom
* Center

You can enable and disable any of these parts.

<figure><img src="/files/TW1x1Wr7COzU4Vhkn0tL" alt=""><figcaption></figcaption></figure>


---

# 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://cowsinss-organization.gitbook.io/fps-engine-documentation/content/03.-content/03.8-ui/crosshairshape.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.
