native bool:entity_intersects(entity, other);
entity | Entity index 1 |
other | Entity index 2 |
Returns if two entities bounding boxes intersect by comparing their absolute minimum and maximum origins.
True if entities intersect, false otherwise
If an invalid entity index is provided, an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.