# Sandbox.CharacterController.Punch

```csharp
void Punch(in Vector3 amount)
```

Disconnect from ground and punch our velocity. This is useful if you want the player to jump or something.

### Parameters

- `in amount` (`Vector3`)

Declared in [Sandbox.CharacterController](/api/Sandbox.CharacterController).
Assembly: `Sandbox.Engine`.
