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

Method OpenURL

Il2cppHook/_Ufunc.js:3279–3281  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

3277 return Il2Cpp.Api.Application._get_internetReachability();
3278 }
3279 static OpenURL(url) {
3280 return Il2Cpp.Api.Application._OpenURL(allocUStr(url));
3281 }
3282 static targetFrameRate(value) {
3283 return Il2Cpp.Api.Application._set_targetFrameRate(value);
3284 }

Callers

nothing calls this directly

Calls 2

allocUStrFunction · 0.70
_OpenURLMethod · 0.45

Tested by

no test coverage detected