MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / consoleLog

Function consoleLog

Source/ScriptingEngine.cpp:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void consoleLog(DukValue pValue) {
47#ifdef DEBUG
48 std::string json = duk_json_encode(pValue.context(), -1);
49 g_Debugger->Notice(json);
50#endif
51}
52
53void consoleClear() {
54#ifdef DEBUG

Callers

nothing calls this directly

Calls 2

contextMethod · 0.80
NoticeMethod · 0.80

Tested by

no test coverage detected