Difference between revisions of "Gaming.new"
From GiderosMobile
| Line 2: | Line 2: | ||
'''Available since:''' Gideros 2012.09<br/>  | '''Available since:''' Gideros 2012.09<br/>  | ||
=== Description ===  | === Description ===  | ||
| − | Currently supports 'googleplay' for Android and 'gamekit' for iOS.  | + | <translate>Currently supports 'googleplay' for Android and 'gamekit' for iOS.</translate>  | 
<source lang="lua">  | <source lang="lua">  | ||
(Gaming) = Gaming.new(backend)  | (Gaming) = Gaming.new(backend)  | ||
</source>  | </source>  | ||
=== Parameters ===  | === Parameters ===  | ||
| − | '''backend''': (string) The name of the backend to create. <br/>  | + | '''backend''': (string) <translate>The name of the backend to create.</translate> <br/>  | 
=== Return values ===  | === Return values ===  | ||
| − | '''Returns''' (Gaming) The newly created backend.<br/>  | + | '''Returns''' (Gaming) <translate>The newly created backend.</translate><br/>  | 
Revision as of 13:34, 23 August 2018
Available since: Gideros 2012.09
Description
Currently supports 'googleplay' for Android and 'gamekit' for iOS.
(Gaming) = Gaming.new(backend)
Parameters
backend: (string) The name of the backend to create. 
Return values
Returns (Gaming) The newly created backend.