| 1445 | } |
| 1446 | |
| 1447 | bool CWeapon::IsScopeAttached() const |
| 1448 | { |
| 1449 | return (CSE_ALifeItemWeapon::eAddonAttachable == m_eScopeStatus && 0 != (m_flagsAddOnState & CSE_ALifeItemWeapon::eWeaponAddonScope)) || |
| 1450 | CSE_ALifeItemWeapon::eAddonPermanent == m_eScopeStatus; |
| 1451 | } |
| 1452 | |
| 1453 | bool CWeapon::IsSilencerAttached() const |
| 1454 | { |
no outgoing calls
no test coverage detected