| 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.