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

Method setRetval

Il2cppHook/_Ufunc.js:1714–1717  ·  view source on GitHub ↗
(retval)

Source from the content-addressed store, hash-verified

1712 return this;
1713 }
1714 setRetval(retval) {
1715 this.retval = retval;
1716 return this;
1717 }
1718 getArg(index) {
1719 return this.args[index];
1720 }

Callers 1

attachMethodInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected