Revision Difference
ENTITY:StartTouch#552804
<function name="StartTouch" parent="ENTITY" type="hook">
<ishook>yes</ishook>⤶
<description>
Called when the entity starts 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 is being touched.</arg>
</args>
</function>