# Sandbox.BaseCombatWeapon.GetMuzzleTransform

```csharp
Transform GetMuzzleTransform()
```

The transform that shots and muzzle effects fire from. Resolves the active weapon model's
muzzle attachment, then the weapon itself.
Override to add other model-driven resolution.

### Returns

`Transform`

Declared in [Sandbox.BaseCombatWeapon](/api/Sandbox.BaseCombatWeapon).
Assembly: `Sandbox.Engine`.
