Sandbox.Input.Pressed

Started by Bot 2 posts 147 views

Reply on sbox.game
  1. #1
    Bot
    Sandbox.Input.Pressed : api/Sandbox.Input/Pressed
  2. #2
    DonKayirv 405
    protected override void OnUpdate()
    {
    	if ( Input.Pressed( "Charge" ) )
    	{
    		Log.Info( "Malcom todd" );
    	}
    }