# Damage Hit Reactions System

The reaction system is called by the damage events of the health system internally, sending the signal of the damage received and position and mount so the system can know the direction and trigger the reaction which is basically to call to the action system of that character.

![](/files/FGE8dHSaly1RdgyxgsHM)

Each one having a main ID as the current category of reactions so you can have categories for reactions according to the state of the character like reactions from close combat, melee, etc...

![](/files/j5qCGtgaZhG0bMTMFG5A)

That is the default reaction type so it follows a similar logic to the melee attack types you have a list of stuff with a type so the system checks for the elements on the current state and triggers the closest to the direction of the attack.

Sending the signal for an action system it self to play that animation


---

# 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://game-kit-controller.gitbook.io/docs/player-controller-components/essential-components/damage-hit-reactions-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.
