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

Method ScopeAttachable

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

Source from the content-addressed store, hash-verified

1458
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()

Callers 7

CUIWeaponCellItemMethod · 0.80
is_scopeMethod · 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