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

Method Update

ogsr_engine/xrGame/ui/UICellCustomItems.cpp:148–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 10

UpdateFunction · 0.85
HeadingFunction · 0.85
SilencerAttachableMethod · 0.80
IsSilencerAttachedMethod · 0.80
ScopeAttachableMethod · 0.80
IsScopeAttachedMethod · 0.80
objectFunction · 0.50
testMethod · 0.45

Tested by

no test coverage detected