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

Function callFunctionRF

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

Source from the content-addressed store, hash-verified

8228const callFunctionRS = (mPtr, ...args) => (0, reader_1.readSingle)(callFunctionWithOutError(mPtr, ...args));
8229exports.callFunctionRS = callFunctionRS;
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;

Callers 1

_Ufunc.jsFile · 0.70

Calls 2

allocFunction · 0.70
callFunctionWithOutErrorFunction · 0.70

Tested by

no test coverage detected