SetEntityNoCollisionEntity — FiveM Natives
0xA53ED5520C07654A · ENTITY · all
`` 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. ``
Parameters
| Name | Type |
|---|---|
| entity1 | Entity |
| entity2 | Entity |
| thisFrameOnly | BOOL |
Returns
void