This site permanently moved to
https://droidscript.github.io
. Please update links accordingly.
You are being forwarded automatically in 3...
[stay here]
Back
AppExec
Hello World
Executes some code in the main app.
gfx.AppExec(
js
)
Example
click to expand contents
cfg
.
Game
;
function
OnLoad
(
)
{
gfx
.
AppExec
(
"app.ShowPopup('Hello from Game')"
)
;
}
function
OnReady
(
)
{
}
Copy All
Run
String:
javascript code
loading