Revision Difference
PANEL:DroppedOn#552751
<function name="DroppedOn" parent="PANEL" type="hook">
<ishook>yes</ishook>⤶
<description>
Called when this panel is dropped onto another panel.
Only works for panels derived from <page>DDragBase</page>.
</description>
<realm>Client</realm>
<predicted>No</predicted>⤶
<file line="375">lua/includes/extensions/client/panel/dragdrop.lua</file>
<args>
<arg name="pnl" type="Panel">The panel we are dropped onto</arg>
</args>
</function>