Also add Utils script
This commit is contained in:
parent
0e6ab98c6f
commit
f3732b09d5
|
@ -0,0 +1,7 @@
|
||||||
|
extends Node
|
||||||
|
|
||||||
|
func get_external_freq_param():
|
||||||
|
match OS.get_name():
|
||||||
|
"web":
|
||||||
|
return JavaScriptBridge.eval("new URL(window.location.href).searchParams.get('freq')")
|
||||||
|
return null
|
|
@ -0,0 +1 @@
|
||||||
|
uid://ua7dk3y0v21e
|
Loading…
Reference in New Issue