Difference between revisions of "Gaming.new"
From GiderosMobile
Line 6: | Line 6: | ||
(Gaming) = Gaming.new(backend) | (Gaming) = Gaming.new(backend) | ||
</source> | </source> | ||
− | '''backend''': (string) The name of the backend to create. | + | === Parameters === |
+ | '''backend''': (string) The name of the backend to create. <br/> | ||
+ | === Return values === | ||
'''Returns''' (Gaming) The newly created backend.<br/> | '''Returns''' (Gaming) The newly created backend.<br/> |
Revision as of 10:45, 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.