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

Function callFunctionRI

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

Source from the content-addressed store, hash-verified

8224const callFunctionRB = (mPtr, ...args) => callFunctionRI(mPtr, ...args) == 1;
8225exports.callFunctionRB = callFunctionRB;
8226const callFunctionRI = (mPtr, ...args) => callFunctionWithOutError(mPtr, ...args).toInt32();
8227exports.callFunctionRI = callFunctionRI;
8228const callFunctionRS = (mPtr, ...args) => (0, reader_1.readSingle)(callFunctionWithOutError(mPtr, ...args));
8229exports.callFunctionRS = callFunctionRS;

Callers 3

getFileLenthFunction · 0.70
_Ufunc.jsFile · 0.70
callFunctionRBFunction · 0.70

Calls 1

callFunctionWithOutErrorFunction · 0.70

Tested by

no test coverage detected