Difference between revisions of "Facebook Instant Games"

From GiderosMobile
(change structures according to antix requests)
m (modified layout to correspond to reactphysics3d page and liquidfun page layout)
Line 8: Line 8:
 
Adds Facebook Instant Games framework to your project.
 
Adds Facebook Instant Games framework to your project.
  
{|-
+
=== <translate>Classes</translate> ===
| style="width: 50%; vertical-align:top;"|
+
<div style="column-count:2;-moz-column-count:2;-webkit-column-count:2">
=== <translate>Methods</translate> ===
 
 
[[Special:MyLanguage/FBInstant|FBInstant]] ''<translate>Facebook Instant Games Initialisation and Core.</translate>''<br/><!-- GIDEROSMTD:FBInstant Facebook Instant Games Initialisation and Core. -->
 
[[Special:MyLanguage/FBInstant|FBInstant]] ''<translate>Facebook Instant Games Initialisation and Core.</translate>''<br/><!-- GIDEROSMTD:FBInstant Facebook Instant Games Initialisation and Core. -->
 
[[Special:MyLanguage/FBInstant.context|FBInstant.context]] ''<translate>Contains functions and properties related to the current game context.</translate>''<br/><!-- GIDEROSMTD:FBInstant.context Contains functions and properties related to the current game context. -->
 
[[Special:MyLanguage/FBInstant.context|FBInstant.context]] ''<translate>Contains functions and properties related to the current game context.</translate>''<br/><!-- GIDEROSMTD:FBInstant.context Contains functions and properties related to the current game context. -->
 
[[Special:MyLanguage/FBInstant.payments|FBInstant.payments]] ''<translate>Contains functions and properties related to payments and purchases of game products.</translate>''<br/><!-- GIDEROSMTD:FBInstant.payments Contains functions and properties related to payments and purchases of game products. -->
 
[[Special:MyLanguage/FBInstant.payments|FBInstant.payments]] ''<translate>Contains functions and properties related to payments and purchases of game products.</translate>''<br/><!-- GIDEROSMTD:FBInstant.payments Contains functions and properties related to payments and purchases of game products. -->
 
[[Special:MyLanguage/FBInstant.player|FBInstant.player]] ''<translate>Contains functions and properties related to the current player.</translate>''<br/><!-- GIDEROSMTD:FBInstant.player Contains functions and properties related to the current player. -->
 
[[Special:MyLanguage/FBInstant.player|FBInstant.player]] ''<translate>Contains functions and properties related to the current player.</translate>''<br/><!-- GIDEROSMTD:FBInstant.player Contains functions and properties related to the current player. -->
 
+
</div>
| style="width: 50%; vertical-align:top;"|
 
=== <translate>Events</translate> ===
 
=== <translate>Constants</translate> ===
 
|}
 

Revision as of 21:33, 9 December 2019


Supported platforms: Platform html5.png
Available since: Gideros 2018.3

Description

Adds Facebook Instant Games framework to your project.

Classes

FBInstant Facebook Instant Games Initialisation and Core.
FBInstant.context Contains functions and properties related to the current game context.
FBInstant.payments Contains functions and properties related to payments and purchases of game products.
FBInstant.player Contains functions and properties related to the current player.