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

Method ctor

Il2cppHook/_Ufunc.js:5575–5577  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5573exports.ObjectIl2cpp_impl = void 0;
5574class il2cppObjAPI_impl extends Il2Cpp.Object {
5575 ctor() {
5576 return Il2Cpp.Api.il2cppObj._ctor_0(allocP(1));
5577 }
5578 Equals(other) {
5579 return Il2Cpp.Api.il2cppObj._Equals(this.handle, other.handle);
5580 }

Callers

nothing calls this directly

Calls 2

allocPFunction · 0.70
_ctor_0Method · 0.45

Tested by

no test coverage detected