> For the complete documentation index, see [llms.txt](https://riseclients-organization.gitbook.io/rise-6-scripting-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://riseclients-organization.gitbook.io/rise-6-scripting-api/api-documentation/events/module-events/entity-render-event.md).

# Entity render event

This event will be called upon any entity rendering. This does include non-living entities (such as: FallingBlock, or Painting). Handler name is `onEntityRender`.

### `getEntity(): Entity`

Returns the rendered entity.

### `isPre(): Boolean`

Returns if the event is pre or post entity render.
