# Animation System

![](https://4102492771-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MbGcEmnwAxQ5XmsXrVA%2F-McA2-bNZG2mDvkSdkrS%2F-McA4EBn3frKNCOufdEk%2Fimage.png?alt=media\&token=655ad13c-c9d6-407d-a805-536bb00723b0)

### Default Parameters&#x20;

![](https://4102492771-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MbGcEmnwAxQ5XmsXrVA%2F-McA2-bNZG2mDvkSdkrS%2F-McA4GwP4TB-_udx5kb-%2Fimage%20\(30\).jpg?alt=media\&token=1b54c00d-5e3c-4253-9d5c-7d462feb421f)

Here we configure the animation parameters. By matching the parameter names from the animator with the fields.

![](https://4102492771-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MbGcEmnwAxQ5XmsXrVA%2F-Mc4iwWmw4DozS_pENGw%2F-Mc58-QtKwJkH_3s_ZYP%2Fimage.png?alt=media\&token=98591bdd-fd0b-4c13-be3f-f2bf7c0d5661)

### Custom State Events

![](https://4102492771-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MbGcEmnwAxQ5XmsXrVA%2F-McA2-bNZG2mDvkSdkrS%2F-McA4lLbXzjpyDrJJsky%2Fimage%20\(31\).jpg?alt=media\&token=16c229ac-a925-4ff8-a1c0-4e90d8da0f13)

It is responsible for playing the animation under certain conditions.

We must select the component and the function we need.

Then we need to specify the name of the animation that should be played when calling the corresponding function, the animation layer, and the time for which the animation will change.


---

# 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/weapon/configurate-weapon/setup-grenade/animation-system.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.
