Tile - YUiCustomHud - Show – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with " ---- {{Ylands scripting navbox}} {{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}} Category: Instructions Category: Ylands 0.14")
 
m (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}")
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<!---
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE.
-->
== Show(Custom HUD, Player, Show) ==
[[File:YlandsTile-676.png]]
<pre>show(player: YCharacter, enable: boolean): void;</pre>
=== Parameters ===
==== player ====
Target player
==== enable ====
Whether the HUD is shown or hidden
=== Availability ===
[[Ylands:Tile Availability - Server|Server]]
=== Description ===
Allows to '''show/hide''' selected custom HUD to specific player.
== Show(Custom HUD, Show) ==
[[File:YlandsTile-1289.png]]
<pre>show(enable: boolean): void;</pre>
=== Parameters ===
==== enable ====
=== Availability ===
[[Ylands:Tile Availability - Client|Client]]
=== Description ===
Allows to '''show/hide''' selected custom HUD to local player.




----
----
{{Ylands scripting navbox}}
{{Navbox/Ylands}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}


[[Category: Instructions]]
[[Category: Instructions]]
[[Category: Ylands 0.14]]

Latest revision as of 15:35, 24 November 2023

Show(Custom HUD, Player, Show)

YlandsTile-676.png

show(player: YCharacter, enable: boolean): void;

Parameters

player

Target player

enable

Whether the HUD is shown or hidden

Availability

Server

Description

Allows to show/hide selected custom HUD to specific player.

Show(Custom HUD, Show)

YlandsTile-1289.png

show(enable: boolean): void;

Parameters

enable

Availability

Client

Description

Allows to show/hide selected custom HUD to local player.