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

Function start_stop_menu

ogsr_engine/xrGame/level_script.cpp:297–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295CClientSpawnManager& get_client_spawn_manager() { return (Level().client_spawn_manager()); }
296
297void start_stop_menu(CUIDialogWnd* pDialog, bool bDoHideIndicators) { HUD().GetUI()->StartStopMenu(pDialog, bDoHideIndicators); }
298
299void add_dialog_to_render(CUIDialogWnd* pDialog) { HUD().GetUI()->AddDialogToRender(pDialog); }
300

Callers

nothing calls this directly

Calls 2

GetUIMethod · 0.80
StartStopMenuMethod · 0.45

Tested by

no test coverage detected