Garry's Mod Wiki

GM:CalcMainActivity

  number, number GM:CalcMainActivity( Player ply, Vector vel )

Description

This hook is used to calculate animations for a player.

This hook must return the same values at the same time on both, client and server. On client for players to see the animations, on server for hit detection to work properly.

Arguments

1 Player ply
The player to apply the animation.
2 Vector vel
The velocity of the player.

Returns

1 number
ACT enum for the activity the player should use. A nil return will be treated as ACT_INVALID.
2 number
Sequence for the player to use. This takes precedence over the activity (the activity is still used for layering). Return -1 or nil to let the activity determine the sequence.