Garry's Mod Wiki

NPC:MoveClimbStart

  NPC:MoveClimbStart( Vector destination, Vector dir, number distance, number yaw )

Description

Starts a climb move.

Related functions are NPC:MoveClimbExec and NPC:MoveClimbStop.

Arguments

1 Vector destination
The destination of the climb.
2 Vector dir
The direction of the climb.
3 number distance
The distance.
4 number yaw
The yaw angle.