| 1459 | bool CWeapon::GrenadeLauncherAttachable() const { return (CSE_ALifeItemWeapon::eAddonAttachable == m_eGrenadeLauncherStatus); } |
| 1460 | bool CWeapon::ScopeAttachable() const { return (CSE_ALifeItemWeapon::eAddonAttachable == m_eScopeStatus); } |
| 1461 | bool CWeapon::SilencerAttachable() const { return (CSE_ALifeItemWeapon::eAddonAttachable == m_eSilencerStatus); } |
| 1462 | |
| 1463 | void CWeapon::UpdateHUDAddonsVisibility() |
| 1464 | { |
no outgoing calls
no test coverage detected