Garry's Mod Wiki

Revision Difference

GM:HandlePlayerSwimming#563731

<function name="HandlePlayerSwimming" parent="GM" type="hook"> <description>Allows to override player swimming animations.</description> <realm>Shared</realm> <file line="113-L127">gamemodes/base/gamemode/animations.lua</file>⤶ <args> <arg name="ply" type="Player">The player</arg> <arg name="velocity" type="Vector">Players velocity</arg> </args> <rets> <ret name="" type="boolean">Return true if we've changed/set the animation, false otherwise</ret> </rets> </function>