Garry's Mod Wiki

Revision Difference

PLAYER:FinishMove#552802

<function name="FinishMove" parent="PLAYER" type="hook"> <ishook>yes</ishook>⤶ <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> <args> <arg name="mv" type="CMoveData"></arg> </args> <rets> <ret name="" type="boolean">Return true to prevent default action</ret> </rets> </function>