# Sandbox.BaseCombatWeapon.WeaponHandedness

Which hand(s) a weapon is held in. Matches the animgraph's "holdtype_handedness" options (2H, RH, LH).

- Kind: enum
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Fields

- [`Both`](/api/Sandbox.BaseCombatWeapon.WeaponHandedness/Both): Held in both hands.
- [`Left`](/api/Sandbox.BaseCombatWeapon.WeaponHandedness/Left): Held in the left hand.
- [`Right`](/api/Sandbox.BaseCombatWeapon.WeaponHandedness/Right): Held in the right hand.
