Garry's Mod Wiki

ENTITY:EndTouch

  ENTITY:EndTouch( Entity entity )

Description

Called when the entity stops touching another entity.

See ENTITY:StartTouch and ENTITY:Touch for related hooks.

This only works for brush entities and for entities that have Entity:SetTrigger set to true.

Arguments

1 Entity entity
The entity that we no longer touch.