Revision Difference
ENTITY:EndTouch#553233
<function name="EndTouch" parent="ENTITY" type="hook">
<ishook>yes</ishook>⤶
<description>
Called when the entity stops touching another entity.
<warning>This only works for **brush** entities and for entities that have <page>Entity:SetTrigger</page> set to true.</warning>
</description>
<realm>Server</realm>
<args>
<arg name="entity" type="Entity">The entity which was touched.</arg>
</args>
</function>