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