Garry's Mod Wiki

GM:PreDrawPlayerHands

  boolean GM:PreDrawPlayerHands( Entity hands, Entity vm, Player ply, Weapon weapon )

Description

Called before the player hands are drawn.

Arguments

1 Entity hands
This is the gmod_hands entity before it is drawn.
2 Entity vm
This is the view model entity before it is drawn.
3 Player ply
The the owner of the view model.
4 Weapon weapon
This is the weapon that is from the view model.

Returns

1 boolean
Return true to prevent the viewmodel hands from rendering