MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / SilencerAttachable

Method SilencerAttachable

ogsr_engine/xrGame/Weapon.cpp:1461–1461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1459bool CWeapon::GrenadeLauncherAttachable() const { return (CSE_ALifeItemWeapon::eAddonAttachable == m_eGrenadeLauncherStatus); }
1460bool CWeapon::ScopeAttachable() const { return (CSE_ALifeItemWeapon::eAddonAttachable == m_eScopeStatus); }
1461bool CWeapon::SilencerAttachable() const { return (CSE_ALifeItemWeapon::eAddonAttachable == m_eSilencerStatus); }
1462
1463void CWeapon::UpdateHUDAddonsVisibility()
1464{

Callers 7

CUIWeaponCellItemMethod · 0.80
is_silencerMethod · 0.80
UpdateMethod · 0.80
ActivatePropertiesBoxMethod · 0.80
UpdatePickUpItemMethod · 0.80
ActivatePropertiesBoxMethod · 0.80
ColorizeItemsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected