Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axhlzy/Il2CppHookScripts
/ onLeave
Method
onLeave
Il2cppHook/_Ufunc.js:10628–10631 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10626
await
new
Promise(resolve => {
10627
const
interceptor = Interceptor.attach(Il2Cpp.Api._init, {
10628
onLeave() {
10629
interceptor.detach();
10630
setImmediate(resolve);
10631
}
10632
});
10633
});
10634
}
Callers
nothing calls this directly
Calls
1
detach
Method · 0.80
Tested by
no test coverage detected