Revision Difference
GM:PhysgunDrop#562698
<function name="PhysgunDrop" parent="GM" type="hook">
<description>Called when a player drops an entity with the Physgun.
See <page>GM:GravGunOnDropped</page> for the Gravity Gun drop variant.
</description>
<realm>Shared</realm>
<args>
<arg name="ply" type="Player">The player who dropped an entitiy</arg>
<arg name="ent" type="Entity">The dropped entity</arg>
<arg name="player" type="Player">The player who dropped an entitiy</arg>
<arg name="entity" type="Entity">The dropped entity</arg>
</args>
</function>