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

Method Show

ogsr_engine/xrGame/ui/UIPdaWnd.cpp:287–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287void CUIPdaWnd::Show()
288{
289 if (Core.Features.test(xrCore::Feature::more_hide_weapon))
290 Actor()->SetWeaponHideState(INV_STATE_BLOCK_ALL, true);
291
292 InventoryUtilities::SendInfoToActor("ui_pda");
293
294 inherited::Show();
295}
296
297void CUIPdaWnd::Hide()
298{

Callers 15

InitMethod · 0.45
InitCharacterMethod · 0.45
UpdateRelationMethod · 0.45
ClearInfoMethod · 0.45
UpdateItemTextMethod · 0.45
InitMethod · 0.45
ShowStateMethod · 0.45
InitMethod · 0.45
LoadMethod · 0.45
StartMethod · 0.45
StopMethod · 0.45
UpdateMethod · 0.45

Calls 4

ActorFunction · 0.85
ShowFunction · 0.85
SetWeaponHideStateMethod · 0.80
testMethod · 0.45

Tested by

no test coverage detected