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

Function readSingle

Il2cppHook/_Ufunc.js:8925–8925  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

8923const enum_1 = require("../base/enum");
8924const common_1 = require("./common");
8925const readSingle = (value) => alloc(2).writePointer(value).readFloat();
8926exports.readSingle = readSingle;
8927const readBoolean = (value) => alloc(0.25).writePointer(value).readU8() == 0x1;
8928exports.readBoolean = readBoolean;

Callers 1

InterceptorSetFunctionsFunction · 0.70

Calls 1

allocFunction · 0.70

Tested by

no test coverage detected