Garry's Mod Wiki

TOOL:LeftClick

  boolean TOOL:LeftClick( table tr )
This hook is predicted. This means that in singleplayer, it will not be called in the Client realm.

Description

Called when the user left clicks with the tool.

Arguments

1 table tr
A trace from user's eyes to wherever they aim at. See TraceResult structure

Returns

1 boolean
Return true to draw the tool gun beam and play fire animations, false otherwise.