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

Function ansItems

Il2cppHook/_Ufunc.js:4324–4333  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

4322 setTimeout(() => ansItems(ButtonClickedEvent), 10);
4323 });
4324 function ansItems(event) {
4325 if (Process.arch != "arm")
4326 return;
4327 let persistentCalls = event.m_Calls.m_PersistentCalls;
4328 let executingCalls = event.m_Calls.m_ExecutingCalls;
4329 let runtimeCalls = event.m_Calls.m_RuntimeCalls;
4330 LOGD(`\t${parseList(persistentCalls).toSimpleString()}`);
4331 LOGD(`\t${parseList(executingCalls).toSimpleString()}`);
4332 LOGD(`\t${parseList(runtimeCalls).toSimpleString()}`);
4333 }
4334};
4335exports.OnButtonClick = OnButtonClick;
4336const HideClickedObj = (x, y) => {

Callers 1

OnButtonClickFunction · 0.70

Calls 3

LOGDFunction · 0.70
parseListClass · 0.70
toSimpleStringMethod · 0.45

Tested by

no test coverage detected