Difference between revisions of "Gaming.new"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Currently supports 'googleplay' for Android and 'gamekit' for iOS. <source lang="lua"> (Gaming), = Ga...")
 
Line 4: Line 4:
 
Currently supports 'googleplay' for Android and 'gamekit' for iOS.
 
Currently supports 'googleplay' for Android and 'gamekit' for iOS.
 
<source lang="lua">
 
<source lang="lua">
(Gaming), = Gaming.new(backend,)
+
(Gaming) = Gaming.new(backend)
 
</source>
 
</source>
'''backend:''' (string) The name of the backend to create. ''''''<br/>
+
'''backend''': (string) The name of the backend to create. ''''''<br/>
 
'''Returns''' (Gaming) The newly created backend.<br/>
 
'''Returns''' (Gaming) The newly created backend.<br/>

Revision as of 11:21, 23 August 2018

Available since: Gideros 2012.09

Description

Currently supports 'googleplay' for Android and 'gamekit' for iOS.

(Gaming) = Gaming.new(backend)

'backend: (string) The name of the backend to create. '
Returns (Gaming) The newly created backend.