{{tag>event is_touching}} {{htmlmetatags>metatag-keywords=(pac3, wiki, event, is_touching) metatag-description=(Triggers when touching another object.) metatag-og:title=(Is Touching | Event) metatag-og:description=(Triggers when touching another object.) }} ====== Is Touching ====== Triggers when touching (colliding with) another object. For an event that triggers at the moment of collision see (icon_event) [[:part:event:collide]]. ===== Operator ===== None, this event does not use any operators. ===== Arguments ===== ^name^type^description^ |**{{anchor:extra-radius}}[[#extra radius]]** | number | Additional radius for the collision detection. Can be negative. | ===== Usage & Examples ===== ==== Simple collision effect ==== Attach the event to a projectile model, check [[:part:event#affect children only]] and [[:part:event#invert]] then attach your effects to the event. {{fa>download?color=#7ab353&fw&lg}} **Download:** {{:part:event:is_touching:event_is_touching.txt}} ===== Similar Events ===== * [[:part:event:ranger]] * [[:part:event:collide]]