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

Function stop_tutorial

ogsr_engine/xrGame/game_sv_base_script.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void stop_tutorial()
40{
41 if (g_tutorial)
42 g_tutorial->Stop();
43}
44
45u32 PlayHudMotion(u8 hand, LPCSTR hud_section, LPCSTR anm_name, bool bMixIn = true, float speed = 1.f, bool bOverride_item = false)
46{

Callers

nothing calls this directly

Calls 1

StopMethod · 0.45

Tested by

no test coverage detected