12 {
13 if ( m_SlotIcon )
14 {
15 bool show_radial_icon;
17 Widget rip = m_SlotIcon.GetRadialIconPanel();
18 rip.Show( !
m_Player.GetInventory().IsInventoryLockedForLockType( HIDE_INV_FROM_SCRIPT ) &&
m_Player.CanDisplayCargo());
19 SetOpenForSlotIcon(show_radial_icon);
20 }
21 }