> For the complete documentation index, see [llms.txt](https://dicelockstudio.gitbook.io/abc-toolkit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dicelockstudio.gitbook.io/abc-toolkit/abc-components/aesthetic-and-animation/reload.md).

# Reload

The Reload configuration is where you can setup graphics and animations to activate when a scroll ability is reloaded.&#x20;

Reloading can only occur on Scrollable Abilities that have both "**Use Reload"** and "**Use Ammo**" enabled in the General tab under Settings. The reload trigger key/button also needs to be setup in the [ABC Controller](/abc-toolkit/controller-manager/controller-manger.md) Configuration.

![](/files/-MjFMC7A6eonmAVX7p6g)

## Notable Settings

|       **Setting**      | **Description**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| :--------------------: | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|    **Main Graphic**    | Displays the graphic whilst the scroll ability is reloaded, this can be either a particle or an object. If no object is entered then nothing will show.                                                                                                                                                                                                                                                                                                                                                                                                                         |
|   **Animation Clip**   | <p>An animation clip can be selected to run when the scroll ability is reloaded<br></p><p>The animation clip defined will play on ABC's own Animation Runner system which means you can set to run animations without using Unity's Animator. <br><br>To determine which animation to play simply select or drag and drop an Animation Clip into the setting. Once the clip has been selected you are able to add a delay before the clip runs and also set the speed of the animation.</p>                                                                                     |
| **Animator Parameter** | <p>The animation parameter system links directly into the Unity animation controller attached to the entity and is required for the animations to activate. <br><br>To determine which animation to play the “Animation Parameter” which has been setup in Unity needs to be written in the parameter config box, then the matching parameter type needs to be selected from the drop down. </p><p></p><p>For example if Float parameter has been setup in Unity then the 'Float' option needs to be selected and float values need to be entered in the on and off button.</p> |

{% hint style="warning" %}
It is highly recommended to read the tooltips in the blue boxes for a full description on what each setting does&#x20;
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://dicelockstudio.gitbook.io/abc-toolkit/abc-components/aesthetic-and-animation/reload.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
