CUserCmd:GetMouseWheel
Description
Returns the scroll delta as whole number.
Returns
Example
hook.Add( "StartCommand", "StartCommandExample", function( ply, cmd )
if ( cmd:GetMouseWheel() != 0 ) then print( ply, " scrolled ", cmd:GetMouseWheel()) end
end )