Tile - YGameSession - Restart The Game – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
m (YlandsClassyBot moved page Ylands Tile - Restart game to Ylands:Tile - YGameSession - Restart The Game: New Structure)
No edit summary
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Image:Ylands_Tile_-_Restart_game.png]]
<!---
*This instruction will '''restart''' currently running '''game'''.
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE.
*In multiplayer, it will '''disconnect''' all '''players''' and restart the server.
-->
== Restart The Game(Rejoin all players) ==
 
[[File:YlandsTile-230.png]]
 
<pre>static restartGame(rejoinPlayers: boolean): void;</pre>
=== Parameters ===
 
==== rejoinPlayers ====
 
Whenever the players should be automatically reconnected to the game after restart
 
=== Availability ===
 
[[Ylands:Tile Availability - Server|Server]], [[Ylands:Tile Availability - Not in Edu|Not in Edu]]
 
=== Description ===
 
'''Restarts''' currently running '''game'''. In multiplayer, it will '''disconnect''' all '''players''' and restart the server.
 
== Restart The Game(Players to rejoin) ==
 
[[File:YlandsTile-589.png]]
 
<pre>static restartGame(playersToRejoin: YCharacter[]): void;</pre>
=== Parameters ===
 
==== playersToRejoin ====
 
List of players to rejoin the session
 
=== Availability ===
 
[[Ylands:Tile Availability - Server|Server]], [[Ylands:Tile Availability - Not in Edu|Not in Edu]]
 
=== Description ===
 
Allows to '''restart''' currently running '''game''' and '''rejoin''' selected '''players'''.




Line 9: Line 46:


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

Revision as of 12:15, 12 November 2021

Restart The Game(Rejoin all players)

YlandsTile-230.png

static restartGame(rejoinPlayers: boolean): void;

Parameters

rejoinPlayers

Whenever the players should be automatically reconnected to the game after restart

Availability

Server, Not in Edu

Description

Restarts currently running game. In multiplayer, it will disconnect all players and restart the server.

Restart The Game(Players to rejoin)

YlandsTile-589.png

static restartGame(playersToRejoin: YCharacter[]): void;

Parameters

playersToRejoin

List of players to rejoin the session

Availability

Server, Not in Edu

Description

Allows to restart currently running game and rejoin selected players.