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

Function callFunctionRB

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

Source from the content-addressed store, hash-verified

8222 }
8223}
8224const callFunctionRB = (mPtr, ...args) => callFunctionRI(mPtr, ...args) == 1;
8225exports.callFunctionRB = callFunctionRB;
8226const callFunctionRI = (mPtr, ...args) => callFunctionWithOutError(mPtr, ...args).toInt32();
8227exports.callFunctionRI = callFunctionRI;

Callers

nothing calls this directly

Calls 1

callFunctionRIFunction · 0.70

Tested by

no test coverage detected