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