Skip to main content

PagesUtils

Utilities to advance over the Roblox pagess API surface

Functions

promiseAdvanceToNextPage

PagesUtils.promiseAdvanceToNextPage(pagesPages) → {any}

Wraps Pages.AdvanceToNextPagesAsync and returns the current content of the advancement.

Show raw api
{
    "functions": [
        {
            "name": "promiseAdvanceToNextPage",
            "desc": "Wraps [Pages.AdvanceToNextPagesAsync] and returns the current content of the advancement.",
            "params": [
                {
                    "name": "pages",
                    "desc": "",
                    "lua_type": "Pages"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "{ any }"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 18,
                "path": "src/pagesutils/src/Shared/PagesUtils.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "PagesUtils",
    "desc": "Utilities to advance over the Roblox pagess API surface",
    "source": {
        "line": 5,
        "path": "src/pagesutils/src/Shared/PagesUtils.lua"
    }
}