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

Function callFunctionRUS

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

Source from the content-addressed store, hash-verified

8230const callFunctionRF = (mPtr, ...args) => alloc(p_size * 2).writePointer(callFunctionWithOutError(mPtr, ...args)).readFloat();
8231exports.callFunctionRF = callFunctionRF;
8232const callFunctionRUS = (mPtr, ...args) => (0, reader_1.readU16)(callFunction(mPtr, ...args));
8233exports.callFunctionRUS = callFunctionRUS;
8234const callFunctionRCS = (mPtr, ...args) => {
8235 let tmpRet = callFunction(mPtr, ...args).readCString();

Callers 2

_Ufunc.jsFile · 0.70
showArrayFunction · 0.70

Calls 1

callFunctionFunction · 0.70

Tested by

no test coverage detected