MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / StubDebugLog

Function StubDebugLog

engine/Evaluator/EvalState.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57static GameValue StubDebugLog(const GameState* state, GameValuePar arg)
58{
59 getEval(state)->appendOutput(std::string("[DEBUG] ") + displayText(arg) + "\n");
60 return NOTHING;
61}
62
63static GameValue StubGlobalChat(const GameState* state, GameValuePar, GameValuePar arg2)
64{

Callers

nothing calls this directly

Calls 3

getEvalFunction · 0.85
displayTextFunction · 0.85
appendOutputMethod · 0.80

Tested by

no test coverage detected