Tile - YCodexPage - Set Codex Page Enabled – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "<!--- THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. --> == Set Codex Page Enabled(Player, Codex page, Enable...")
 
No edit summary
Line 10: Line 10:


==== player ====
==== player ====
Target player


==== codexPage ====
==== codexPage ====
Codex page to enable/disable


==== enabled ====
==== enabled ====
Whether the page is enabled or disabled
=== Availability ===
[[Ylands:Tile Availability - Server|Server]]


=== Description ===
=== Description ===


Enable/disable selected '''codex page''' for the player.
Allows enable/disable selected '''codex page''' for a player.





Revision as of 12:15, 12 November 2021

Set Codex Page Enabled(Player, Codex page, Enabled)

YlandsTile-642.png

static enable(player: YCharacter, codexPage: YCodexPage, enabled: boolean): void;

Parameters

player

Target player

codexPage

Codex page to enable/disable

enabled

Whether the page is enabled or disabled

Availability

Server

Description

Allows enable/disable selected codex page for a player.