> For the complete documentation index, see [llms.txt](https://docs.mutate.games/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mutate.games/component-tutorials/components-a-closer-look/entity-components/shootable.md).

# Shootable

Here's an entity component that works hand in hand with the **Player Component**, Shooter. It essentially dictates whether or not an object will detect if it's been shot by a player. Linking is required to determine what happens when it is - whether it be a health buff, score increase, destruction, etc.

![](/files/hPNSrWk0lUUmvfn53ec2)
