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

Function error

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

Source from the content-addressed store, hash-verified

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(); }
14void findSector(string name) { level.findSector(name); }
15

Callers 15

MidiInDummyMethod · 0.85
MidiOutDummyMethod · 0.85
setCallbackMethod · 0.85
cancelCallbackMethod · 0.85
getMessageMethod · 0.85
openPortMethod · 0.85
openVirtualPortMethod · 0.85
setClientNameMethod · 0.85
setPortNameMethod · 0.85
getPortNameMethod · 0.85
sendMessageMethod · 0.85

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected