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

Function StubLogInfo

engine/Evaluator/EvalState.cpp:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45static GameValue StubLogInfo(const GameState* state, GameValuePar arg)
46{
47 getEval(state)->appendOutput(std::string("[LOG] ") + displayText(arg) + "\n");
48 return NOTHING;
49}
50
51static GameValue StubTextLog(const GameState* state, GameValuePar arg)
52{

Callers

nothing calls this directly

Calls 3

getEvalFunction · 0.85
displayTextFunction · 0.85
appendOutputMethod · 0.80

Tested by

no test coverage detected