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

Function print

Source/ScriptingEngine.cpp:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void print(const std::string pString) {
41#ifdef DEBUG
42 g_Debugger->Notice(pString);
43#endif
44}
45
46void consoleLog(DukValue pValue) {
47#ifdef DEBUG

Callers

nothing calls this directly

Calls 1

NoticeMethod · 0.80

Tested by

no test coverage detected