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

Function callFunctionRA

Il2cppHook/_Ufunc.js:8239–8239  ·  view source on GitHub ↗
(mPtr, ...args)

Source from the content-addressed store, hash-verified

8237};
8238exports.callFunctionRCS = callFunctionRCS;
8239const callFunctionRA = (mPtr, ...args) => (0, reader_1.showArray)(callFunctionWithOutError(mPtr, ...args));
8240exports.callFunctionRA = callFunctionRA;
8241globalThis.callFunction = callFunction;
8242globalThis.callFunctionRB = callFunctionRB;

Callers

nothing calls this directly

Calls 1

callFunctionWithOutErrorFunction · 0.70

Tested by

no test coverage detected