# Sandbox.BaseWeaponModel.OnReloadStart

```csharp
void OnReloadStart()
```

Called when the weapon starts reloading. Base sets the "b_reload" animation parameter. Override to
extend (incremental animations, timed reload sounds).

Declared in [Sandbox.BaseWeaponModel](/api/Sandbox.BaseWeaponModel).
Assembly: `Sandbox.Engine`.
