MCPcopy Create free account
hub / github.com/SilverTree7622/Phaser3_GUI_Inspector / initConsole

Method initConsole

js/main.js:88–98  ·  view source on GitHub ↗
(_tmpHandOverObj)

Source from the content-addressed store, hash-verified

86 }
87
88 initConsole(_tmpHandOverObj) {
89 let tmpName = ' PGInspector.js';
90 let tmpVersion = '1.2.1';
91 let tmpURL = 'https://github.com/SilverTree7622/Phaser3_GUI_Inspector';
92 DebugConsole({
93 name: tmpName,
94 version: tmpVersion,
95 initConfig: _tmpHandOverObj,
96 url: tmpURL
97 });
98 }
99}

Callers 4

constructorMethod · 0.95
rFunction · 0.80
PGInspector.min.jsFile · 0.80
createBasicFolderMethod · 0.80

Calls 1

DebugConsoleFunction · 0.90

Tested by

no test coverage detected