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

Method Execute

ogsr_engine/xrGame/console_commands.cpp:770–770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

768public:
769 CCC_DebugFonts(LPCSTR N) : IConsole_Command(N) { bEmptyArgsHandled = true; }
770 virtual void Execute(LPCSTR args) { HUD().GetUI()->StartStopMenu(xr_new<CUIDebugFonts>(), true); }
771};
772
773class CCC_DebugNode : public IConsole_Command

Callers

nothing calls this directly

Calls 2

GetUIMethod · 0.80
StartStopMenuMethod · 0.45

Tested by

no test coverage detected