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

Function LOGH

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

Source from the content-addressed store, hash-verified

8849const LOGO = (msg) => (0, exports.LOG)(msg, enum_1.LogColor.C33);
8850exports.LOGO = LOGO;
8851const LOGH = (msg) => (0, exports.LOG)(msg, enum_1.LogColor.C96);
8852exports.LOGH = LOGH;
8853const LOGZ = (msg) => (0, exports.LOG)(msg, enum_1.LogColor.C90);
8854exports.LOGZ = LOGZ;

Callers 4

listFieldsFromClsMethod · 0.70
onEnterMethod · 0.70
showMethodInfoFunction · 0.70
OnButtonClickFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected