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

Method IsShown

ogsr_engine/xrGame/ui/UILoadingScreen.cpp:161–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159void UILoadingScreen::Show(bool status) { CUIWindow::Show(status); }
160
161bool UILoadingScreen::IsShown() { return CUIWindow::IsShown(); }

Callers 15

ActorUseMethod · 0.80
OnReceiveInfoMethod · 0.80
OnDisableInfoMethod · 0.80
ReceivePhraseMethod · 0.80
OnRenderMethod · 0.80
StopTalkMethod · 0.80
IR_OnKeyboardPressMethod · 0.80
ReInitShownUIMethod · 0.80
ShowHidePdaMethod · 0.80
OnCancelMethod · 0.80
DrawMethod · 0.80
ActionMethod · 0.80

Calls 1

IsShownFunction · 0.85

Tested by

no test coverage detected