Skip to content

Commit e5e3839

Browse files
committed
correct set-page actions for paginated mask
1 parent e9fa334 commit e5e3839

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

content/premium/masked-gui/mask/button-paginated/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ mask-name:
3030

3131
* `next-page: <signal>`: Changes the page to the next page.
3232
* `previous-page: <signal>`: Changes the page to the previous page.
33-
* `set-mask(<signal>): <page>`: Changes the page to `<page>`.
33+
* `set-page(<signal>): <page>`: Changes the page to `<page>`.
3434

3535
## Example
3636

content/premium/masked-gui/mask/filtered-button-paginated/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ mask-name:
5353

5454
* `next-page: <signal>`: Changes the page to the next page.
5555
* `previous-page: <signal>`: Changes the page to the previous page.
56-
* `set-mask(<signal>): <page>`: Changes the page to `<page>`.
56+
* `set-page(<signal>): <page>`: Changes the page to `<page>`.
5757

5858
## Example
5959

content/premium/masked-gui/mask/key-value-list/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ mask-name:
4747

4848
* `next-page: <signal>`: Changes the page to the next page.
4949
* `previous-page: <signal>`: Changes the page to the previous page.
50-
* `set-mask(<signal>): <page>`: Changes the page to `<page>`.
50+
* `set-page(<signal>): <page>`: Changes the page to `<page>`.
5151

5252
## Variable
5353

content/premium/masked-gui/mask/mask-paginated/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ mask-name:
2929

3030
* `next-page: <signal>`: Changes the page to the next page.
3131
* `previous-page: <signal>`: Changes the page to the previous page.
32-
* `set-mask(<signal>): <page>`: Changes the page to `<page>`.
32+
* `set-page(<signal>): <page>`: Changes the page to `<page>`.
3333

3434
## Example
3535

content/premium/masked-gui/mask/player-list/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ mask-name:
4646

4747
* `next-page: <signal>`: Changes the page to the next page.
4848
* `previous-page: <signal>`: Changes the page to the previous page.
49-
* `set-mask(<signal>): <page>`: Changes the page to `<page>`.
49+
* `set-page(<signal>): <page>`: Changes the page to `<page>`.
5050

5151
## Player Variable
5252

content/premium/masked-gui/mask/sequence-paginated/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ mask-name:
3030

3131
* `next-page: <signal>`: Changes the page to the next page.
3232
* `previous-page: <signal>`: Changes the page to the previous page.
33-
* `set-mask(<signal>): <page>`: Changes the page to `<page>`.
33+
* `set-page(<signal>): <page>`: Changes the page to `<page>`.
3434

3535
## Example
3636

content/premium/masked-gui/mask/value-list/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ mask-name:
4141

4242
* `next-page: <signal>`: Changes the page to the next page.
4343
* `previous-page: <signal>`: Changes the page to the previous page.
44-
* `set-mask(<signal>): <page>`: Changes the page to `<page>`.
44+
* `set-page(<signal>): <page>`: Changes the page to `<page>`.
4545

4646
## Variable
4747

0 commit comments

Comments
 (0)