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

Method Stop

ogsr_engine/xrGame/ui/UIGameTutorial.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66void CUISequenceItem::Start() { CallFunctions(m_start_lua_functions); }
67
68bool CUISequenceItem::Stop(bool bForce)
69{
70 CallFunctions(m_stop_lua_functions);
71 return true;
72}
73
74CUISequencer::CUISequencer()
75{

Callers 1

NextMethod · 0.45

Calls 4

CallFunctionsFunction · 0.85
DestroyFunction · 0.85
sizeMethod · 0.45
frontMethod · 0.45

Tested by

no test coverage detected