# Sandbox.BaseChair.Press

```csharp
bool Press(Event e)
```

Called when the player has pressed to use the chair. 
Only called if CanPress returned true.

### Parameters

- `e` (`Event`)

### Returns

`bool`

Declared in [Sandbox.BaseChair](/api/Sandbox.BaseChair).
Assembly: `Sandbox.Engine`.
