Pages

Pages : Instance

Overview

Pages manages table of pages containing key-value pairs and includes structures for managing page content.

Description

Pages serves as a container for multiple pages that can hold key-value pairs. It allows developers to manage and navigate through these pages, providing methods for iterating over them and accessing their contents using Lua scripting.

Properties

IsFinished

bool

IsFinished indicates whether the current page is the last available page.

Code Samples

Methods

GetCurrentPage

Gets the current page and returns it as a Value.

Parameters

Return

Value

Code Samples

AdvanceToNextPageAsync

The AdvanceToNextPageAsync method advances to the next page in a paginated data source asynchronously.

Parameters

Return

void

Code Samples

Events