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

Function callFunctionRS

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

Source from the content-addressed store, hash-verified

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;
8230const callFunctionRF = (mPtr, ...args) => alloc(p_size * 2).writePointer(callFunctionWithOutError(mPtr, ...args)).readFloat();
8231exports.callFunctionRF = callFunctionRF;

Callers

nothing calls this directly

Calls 1

callFunctionWithOutErrorFunction · 0.70

Tested by

no test coverage detected