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

Method fakeStaticField

Il2cppHook/_Ufunc.js:2214–2218  ·  view source on GitHub ↗
(field)

Source from the content-addressed store, hash-verified

2212 LOGO(getLine(50));
2213 }
2214 fakeStaticField(field) {
2215 let tmpOut = alloc();
2216 Il2Cpp.Api._fieldGetStaticValue(field.handle, tmpOut);
2217 return tmpOut;
2218 }
2219}
2220exports.FieldsParser = FieldsParser;
2221const dealWithSpecialType = (field, thisValue) => {

Callers 2

fieldValueMethod · 0.95
toShowMethod · 0.95

Calls 2

_fieldGetStaticValueMethod · 0.80
allocFunction · 0.70

Tested by

no test coverage detected