Entity::hasAnimEventFired
if (ENTITY::HAS_ANIM_EVENT_FIRED(PLAYER::PLAYER_Player_ID(), GAMEPLAY::GET_HASH_KEY('CreateObject')))
Syntax
```js entity.hasAnimEventFired(actionHash); ```
Required Arguments
- actionHash: Model hash or name
Return value
Example
```js // todo ```
See also