# Sandbox.BaseCombatWeapon.Clip1

```csharp
int Clip1 { get; set; }
```

Rounds currently in the primary magazine, or -1 when the weapon doesn't use one (GMod's Clip1).
Host owned - the owner spends it locally for instant feedback and the spend is mirrored to the
host (see [Sandbox.BaseCombatWeapon.TakePrimaryAmmo](/api/Sandbox.BaseCombatWeapon/TakePrimaryAmmo)), whose count is the truth.

Declared in [Sandbox.BaseCombatWeapon](/api/Sandbox.BaseCombatWeapon).
Assembly: `Sandbox.Engine`.
