# Sandbox.BaseCombatWeapon.CanReload

```csharp
bool CanReload()
```

Can we start a reload? Yes when not already reloading, the magazine isn't full, and there's reserve
to load. Override to add conditions.

### Returns

`bool`

Declared in [Sandbox.BaseCombatWeapon](/api/Sandbox.BaseCombatWeapon).
Assembly: `Sandbox.Engine`.
