Native referenceFiveM

GET_ENTITY_PLAYER_IS_FREE_AIMING_AT

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

Description: ``` Returns TRUE if it found an entity in your crosshair within range of your weapon. Assigns the handle of the target to the *entity that you pass it.
Returns false if no entity found.

Back to PLAYER