Difference between revisions of "FBInstant.context.getType"

From GiderosMobile
Line 2: Line 2:
 
'''Available since:''' Gideros 2018.3<br/>
 
'''Available since:''' Gideros 2018.3<br/>
 
=== Description ===
 
=== Description ===
<br />
+
<translate><br />
 
The type of the current game context. POST - A facebook post. THREAD - A messenger thread. GROUP - A facebook group. SOLO - Default context, where the player is the only participant.<br />
 
The type of the current game context. POST - A facebook post. THREAD - A messenger thread. GROUP - A facebook group. SOLO - Default context, where the player is the only participant.<br />
<br />
+
<br /></translate>
 
<source lang="lua">
 
<source lang="lua">
 
(string) = FBInstant.context.getType()
 
(string) = FBInstant.context.getType()
 
</source>
 
</source>
 
=== Return values ===
 
=== Return values ===
'''Returns''' (string) Type of the current game context.<br/>
+
'''Returns''' (string) <translate>Type of the current game context.</translate><br/>

Revision as of 14:48, 23 August 2018

Available since: Gideros 2018.3

Description


The type of the current game context. POST - A facebook post. THREAD - A messenger thread. GROUP - A facebook group. SOLO - Default context, where the player is the only participant.

(string) = FBInstant.context.getType()

Return values

Returns (string) Type of the current game context.