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

Function StubTextLog

engine/Evaluator/EvalState.cpp:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51static GameValue StubTextLog(const GameState* state, GameValuePar arg)
52{
53 getEval(state)->appendOutput(std::string("[LOG] ") + displayText(arg) + "\n");
54 return NOTHING;
55}
56
57static GameValue StubDebugLog(const GameState* state, GameValuePar arg)
58{

Callers

nothing calls this directly

Calls 3

getEvalFunction · 0.85
displayTextFunction · 0.85
appendOutputMethod · 0.80

Tested by

no test coverage detected