Native referenceFiveM

IS_PLAYER_FREE_AIMING_AT_ENTITY

0x3C06B5C839B38F7B PLAYER
FUNCTION SIGNATURE
BOOL IS_PLAYER_FREE_AIMING_AT_ENTITY(Player player, Entity entity);
Property Value
Native Name IS_PLAYER_FREE_AIMING_AT_ENTITY
Hash 0x3C06B5C839B38F7B
Return Type BOOL
Parameters player (Player), entity (Entity)

Description: ``` Gets a value indicating whether the specified player is currently aiming freely at the specified entity.

Back to PLAYER