# Console commands

| Комманда                  | Результат                                       |
| ------------------------- | ----------------------------------------------- |
| **`stat fps`**            | Отображение статистики FPS                      |
| **`stat none`**           | Убрать всю статистику с экрана                  |
| **`show collision`**      | Отображение всех коллизий на сцене              |
| **`audio3dvisualize`**    | Отображение дебаг информации звука              |
| **`help`**                | Генерирует html документ со списком всех команд |
| **`dumpconsolecommands`** | Выведет все доступные команды в консоль         |
| **`ShowFlag.Bones 1`**    | Отображение костей скелета                      |

{% hint style="info" %}
FPS - frames per second
{% endhint %}

{% hint style="info" %}
Список команд доступен по [ссылке](https://digilander.libero.it/ZioYuri78/) (неофициальные данные, некоторые команды могут быть неактуальны)
{% endhint %}


---

# 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://lifeexe-art.gitbook.io/unreal-engine-c-course/console-commands.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.
