Bound - Intersects (Condition) — SkBee

Addon: SkBee · Category: Condition · Since: 2.3.0

Syntax

%bound% (intersects with|overlaps) %location% and %location%

Description

Check if a bound intersects with another bound or a potential bound at 2 locations.

Examples

if {_bound} intersects with {_loc1} and {_loc2}:
if {_bound} intersects with {_bound2}:
if {_bound} doesn't intersect with {_loc1} and {_loc2}:
if {_bound} doesn't intersect with {_bound2}:

View source