Native referenceFiveM

HAS_ENTITY_COLLIDED_WITH_ANYTHING

0x8BAD02F0368D9E14 ENTITY
FUNCTION SIGNATURE
BOOL HAS_ENTITY_COLLIDED_WITH_ANYTHING(Entity entity);
Property Value
Native Name HAS_ENTITY_COLLIDED_WITH_ANYTHING
Hash 0x8BAD02F0368D9E14
Return Type BOOL
Parameters entity (Entity)

Description: ``` Called on tick.
Tested with vehicles, returns true whenever the vehicle is touching any entity.
Note: for vehicles, the wheels can touch the ground and it will still return false, but if the body of the vehicle touches the ground, it will return true.

Back to ENTITY