MCPcopy Create free account
hub / github.com/Norbyte/bg3se / ClearFromReset

Method ClearFromReset

BG3Extender/Extender/Shared/Console.cpp:50–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void DebugConsole::ClearFromReset()
51{
52 // Clear console if the setting is enabled
53 if (gExtender->GetConfig().ClearOnReset)
54 {
55 gCoreLibPlatformInterface.GlobalConsole->Clear();
56 }
57}
58
59void DebugConsole::ResetLua()
60{

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected