MCPcopy Create free account
hub / github.com/axhlzy/Il2CppHookScripts / LOGD

Function LOGD

Il2cppHook/_Ufunc.js:8847–8847  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

8845const LOGG = (msg) => (0, exports.LOG)(msg, enum_1.LogColor.C32);
8846exports.LOGG = LOGG;
8847const LOGD = (msg) => (0, exports.LOG)(msg, enum_1.LogColor.C36);
8848exports.LOGD = LOGD;
8849const LOGO = (msg) => (0, exports.LOG)(msg, enum_1.LogColor.C33);
8850exports.LOGO = LOGO;

Callers 15

showImagesMethod · 0.70
showClassesMethod · 0.70
showMethodsMethod · 0.70
showFieldsMethod · 0.70
findMethodSyncMethod · 0.70
attachMethodInfoMethod · 0.70
onEnterMethod · 0.70
onLeaveMethod · 0.70
BreakerClass · 0.70
_Ufunc.jsFile · 0.70
printModuleFunction · 0.70
showDetailsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected