PagesUtils
Utilities to advance over the Roblox pagess API surface
Functions
promiseAdvanceToNextPage
Wraps Pages.AdvanceToNextPagesAsync and returns the current content of the advancement.
Utilities to advance over the Roblox pagess API surface
promiseAdvanceToNextPage
Wraps Pages.AdvanceToNextPagesAsync and returns the current content of the advancement.
{ "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" } }