Tile - YUi - Show Warning – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
m (YlandsClassyBot moved page Ylands Tile - Show warning to Ylands:Tile - YUi - Show Warning: New Structure)
No edit summary
Line 1: Line 1:
[[Image:Ylands_Tile_-_Show_warning.png]]
<!---
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE.
-->
== Show Warning(Text) ==


[[Image:Ylands_Tile_-_Show_Warning_Example.png]]
[[File:YlandsTile-255.png]]
*Will '''show''' a '''warning''' text either to all '''players''' '''or''' a specific '''player'''.
 
<pre>static showWarning(warning: any): void;</pre>
=== Parameters ===
 
==== warning ====
 
=== Description ===
 
Will '''show''' a '''warning''' text either to all '''players'''.
 
== Show Warning(Player, Text) ==
 
[[File:YlandsTile-254.png]]
 
<pre>static showWarning(player: YCharacter, warning: any): void;</pre>
=== Parameters ===
 
==== player ====
 
==== warning ====
 
=== Description ===
 
Will '''show''' a '''warning''' text either to a specific '''player'''.




Line 10: Line 36:


[[Category: Instructions]]
[[Category: Instructions]]
[[Category: Ylands 0.10]]

Revision as of 09:52, 8 July 2021

Show Warning(Text)

YlandsTile-255.png

static showWarning(warning: any): void;

Parameters

warning

Description

Will show a warning text either to all players.

Show Warning(Player, Text)

YlandsTile-254.png

static showWarning(player: YCharacter, warning: any): void;

Parameters

player

warning

Description

Will show a warning text either to a specific player.