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

Method Start

ogsr_engine/xrGame/ui/UIGameTutorialSimpleItem.cpp:138–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138void CUISequenceSimpleItem::SSubItem::Start()
139{
140 m_wnd->Show(true);
141 m_wnd->ResetClrAnimation();
142 m_visible = true;
143}
144
145void CUISequenceSimpleItem::SSubItem::Stop()
146{

Callers 1

UpdateMethod · 0.45

Calls 15

StartFunction · 0.85
GetUICursorFunction · 0.85
ResetClrAnimationMethod · 0.80
PausedMethod · 0.80
SetUICursorPositionMethod · 0.80
AttachChildMethod · 0.80
MainWndMethod · 0.80
_handleMethod · 0.80
UIGameMethod · 0.80
GetUIMethod · 0.80
SetActiveSubdialogMethod · 0.80
IsShownMethod · 0.80

Tested by

no test coverage detected