Tile - YGameSession - Get Reserved Game Id – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
(13 intermediate revisions by 3 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.
-->
== Get Reserved Game Id(Session object) ==
[[File:YlandsTile-894.png]]
<pre>static matchmakingGetReserveGameId(sessionObject: YSessionObject): string;</pre>
=== Parameters ===
==== sessionObject ====
=== Returns ===
'''string'''
=== Availability ===
[[Ylands:Tile Availability - Server|Server]], [[Ylands:Tile Availability - Not in Edu|Not in Edu]]
=== Description ===
Returns the '''Game ID''' of game where the player can be dispatched to.
=== Notes ===
* Guid is determined from the '''Session object'''.




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


[[Category: Ylands: How To]]
[[Category: Instructions]]

Revision as of 12:15, 12 November 2021

Get Reserved Game Id(Session object)

YlandsTile-894.png

static matchmakingGetReserveGameId(sessionObject: YSessionObject): string;

Parameters

sessionObject

Returns

string

Availability

Server, Not in Edu

Description

Returns the Game ID of game where the player can be dispatched to.

Notes

  • Guid is determined from the Session object.