Garry's Mod Wiki

Revision Difference

NPC:MoveClimbExec#564426

<function name="MoveClimbExec" parent="NPC" type="classfunc"> <description>Executes a climb move. Related functions are <page>NPC:MoveClimbStart</page> and <page>NPC:MoveClimbStop</page>.</description> <realm>Server</realm> <added>2021.03.31</added> <args> <arg name="destination" type="Vector">The destination of the climb.</arg> <arg name="dir" type="Vector">The direction of the climb.</arg> <arg name="distance" type="number">The distance.</arg> <arg name="yaw" type="number">The yaw angle.</arg> <arg name="left" type="number">Amount of climb nodes left?</arg> </args> <rets> <ret name="" type="number">The result. See <page>Enums/AIMR</page>.</ret> <ret name="" type="number{AIMR}">The result. See <page>Enums/AIMR</page>.</ret> </rets> </function>