Revision Difference
PLAYER:FinishMove#564784
<function name="FinishMove" parent="PLAYER" type="hook">
<description>
Called from <page>GM:FinishMove</page>.
<warning>This hook will not work if the current gamemode overrides <page>GM:FinishMove</page> and does not call this hook.</warning>
<note>This hook is run after the <page>drive.FinishMove</page> has been called.</note>
</description>
<realm>Client</realm>
<file line="207">gamemodes/base/gamemode/shared.lua</file>
<file line="161-L197">gamemodes/sandbox/gamemode/player_class/player_sandbox.lua</file>
<args>
<arg name="mv" type="CMoveData"></arg>
</args>
<rets>
<ret name="" type="boolean">Return true to prevent default action</ret>
</rets>
</function>