MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / print

Function print

TheForceEngine/EditorDef/Scripts/scriptConsole.h:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8void runScript(string name) { system.runScript(name); }
9void showScript(string name) { system.showScript(name); }
10void print(string msg) { system.print(msg); }
11void warning(string msg) { system.warning(msg); }
12void error(string msg) { system.error(msg); }
13void clear() { system.clearOutput(); }

Callers

nothing calls this directly

Calls 1

printMethod · 0.45

Tested by

no test coverage detected