Difference between revisions of "FBInstant.context"
(Created page with "__NOTOC__ '''Supported platforms:''' <br/> '''Available since:''' Gideros 2018.3<br/> === Description === <br /> Contains functions and properties related to the current game...") |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Supported platforms:''' <br/> | + | '''Supported platforms:''' html5<br/> |
'''Available since:''' Gideros 2018.3<br/> | '''Available since:''' Gideros 2018.3<br/> | ||
=== Description === | === Description === | ||
<br /> | <br /> | ||
Contains functions and properties related to the current game context.<br /> | Contains functions and properties related to the current game context.<br /> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
{|- | {|- | ||
| style="width: 50%;"| | | style="width: 50%;"| | ||
=== Methods === | === Methods === | ||
+ | [[FBInstant.context.chooseAsync]] - Opens a context selection dialog for the player.<br/> | ||
+ | [[FBInstant.context.createAsync]] - Attempts to create or switch into a context between a specified player and the current player.<br/> | ||
+ | [[FBInstant.context.getID]] - A unique identifier for the current game context.<br/> | ||
+ | [[FBInstant.context.getPlayersAsync]] - Gets an table of #contextplayer objects containing information about active players.<br/> | ||
+ | [[FBInstant.context.getType]] - The type of the current game context.<br/> | ||
+ | [[FBInstant.context.isSizeBetween]] - Determines whether the number of participants in the current game context is between a given minimum and maximum.<br/> | ||
+ | [[FBInstant.context.switchAsync]] - Request a switch into a specific context.<br/> | ||
| style="width: 50%;"| | | style="width: 50%;"| | ||
=== Events === | === Events === | ||
=== Constants === | === Constants === | ||
|} | |} |
Revision as of 08:57, 23 August 2018
Supported platforms: html5
Available since: Gideros 2018.3
Description
Contains functions and properties related to the current game context.
MethodsFBInstant.context.chooseAsync - Opens a context selection dialog for the player. |
EventsConstants |