> ## Documentation Index
> Fetch the complete documentation index at: https://fivem.volkman.cz/llms.txt
> Use this file to discover all available pages before exploring further.

# CEventOpenDoor

> Triggered when entity does door opening animation. It's not triggered on garage door and on double doors (like in the police station) it could be triggered once or twice.

<Warning>Available since server artifact `v5182`</Warning>

* `entity` - stands for the entity that is opening the door
* other values seems to be not working or unknown.

```lua theme={null}
AddEventHandler('CEventOpenDoor', function(entities, entity, data)

end)
```
