0ad/binaries/data/mods/_test.gui/gui/OpenRequest/Entry/Script.js
phosit 6ead0d2f92
Add Engine.openRequest
Pages can replace themselfe by another (continuation) page.
2026-04-26 12:44:39 +02:00

7 lines
135 B
JavaScript

async function init()
{
return { [Engine.openRequest]: {
"page": "OpenRequest/Continuation/Page.xml",
"argument": "Entry"
} };
}