Tile - YUi - Show Warning – Ylands
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: | ||
<!--- | |||
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. | |||
--> | |||
== Show Warning(Text) == | |||
[[ | [[File:YlandsTile-255.png]] | ||
<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]] | ||
Revision as of 08:52, 8 July 2021
Show Warning(Text)
static showWarning(warning: any): void;
Parameters
warning
Description
Will show a warning text either to all players.
Show Warning(Player, Text)
static showWarning(player: YCharacter, warning: any): void;
Parameters
player
warning
Description
Will show a warning text either to a specific player.