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

Method Execute

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

Source from the content-addressed store, hash-verified

1455public:
1456 CCC_UI_Reload(LPCSTR N) : IConsole_Command(N) { bEmptyArgsHandled = TRUE; };
1457 virtual void Execute(LPCSTR args)
1458 {
1459 if (g_pGamePersistent && g_pGameLevel && Level().game)
1460 HUD().OnScreenRatioChanged();
1461 }
1462};
1463
1464void CCC_RegisterCommands()

Callers

nothing calls this directly

Calls 1

OnScreenRatioChangedMethod · 0.80

Tested by

no test coverage detected