# Destruction

Destruction is a personal favourite. It has one function, and that's to blow entities to smithereens. That's it. Boom.

It should be noted, once an entity is destroyed it loses its functionality. E.g.: if you had a link set up to make the object move or rotate at a later stage, if it has been destroyed it will no longer do those things. Just be careful in planning out what objects get destroyed and when, and you're all good to go!

![](https://3166848498-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzaqFJFbPM2opQ4D43YaF%2Fuploads%2FvadbuJ9nKNBWlKW1N2ut%2FDestruction.png?alt=media\&token=199cdeb9-4adb-453b-9d64-90bfa436549f)

* **Debris velocity** - dictates the speed and range with which the entity explodes<br>
* **Debris lifetime** - dictates how long the broken parts of the entity stay on the ground before disappearing


---

# 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://docs.mutate.games/component-tutorials/components-a-closer-look/entity-components/destruction.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.
