# Sandbox.BaseCombatWeapon.HoldType

```csharp
string HoldType { get; set; }
```

How the holder poses their arms while this is deployed - an option name on the holder
animgraph's "holdtype" enum parameter (e.g. "pistol", "rifle"). Set on the holder's renderer
when equipped. Empty doesn't drive it.

Declared in [Sandbox.BaseCombatWeapon](/api/Sandbox.BaseCombatWeapon).
Assembly: `Sandbox.Engine`.
