Revision Difference
GM:EntityRemoved#551710
<function name="EntityRemoved" parent="GM" type="hook">
<ishook>yes</ishook>
<description>
Called right before the removal of an entity.
<bug issue="4675">This hook is called during clientside full updates. See <page>ENTITY:OnRemove#clientsidebehaviourremarks</page> for more information.</bug>⤶
<note>⤶
This hook is called during clientside full updates. See <page>ENTITY:OnRemove#clientsidebehaviourremarks</page> for more information. ⤶
**This is fixed on the dev branch**⤶
</note>⤶
</description>
<realm>Shared</realm>
<args>
<arg name="ent" type="Entity">Entity being removed</arg>
</args>
</function>