Native referenceFiveM

SET_ENTITY_NO_COLLISION_ENTITY

0xA53ED5520C07654A ENTITY
FUNCTION SIGNATURE
void SET_ENTITY_NO_COLLISION_ENTITY(Entity entity1, Entity entity2, BOOL thisFrameOnly);
Property Value
Native Name SET_ENTITY_NO_COLLISION_ENTITY
Hash 0xA53ED5520C07654A
Return Type void
Parameters entity1 (Entity), entity2 (Entity), thisFrameOnly (BOOL)

Description: ``` Calling this function disables collision between two entities. The importance of the order for entity1 and entity2 is unclear. The third parameter, thisFrame, decides whether the collision is to be disabled until it is turned back on, or if it's just this frame.

Back to ENTITY