| 146 | } |
| 147 | |
| 148 | void CUIInventoryCellItem::Update() |
| 149 | { |
| 150 | inherited::Update(); |
| 151 | if (Core.Features.test(xrCore::Feature::show_inv_item_condition)) |
| 152 | UpdateConditionProgressBar(); |
| 153 | } |
| 154 | |
| 155 | CUIAmmoCellItem::CUIAmmoCellItem(CWeaponAmmo* itm) : inherited(itm) {} |
| 156 |
nothing calls this directly
no test coverage detected