Difference between revisions of "Gaming"
From GiderosMobile
Line 3: | Line 3: | ||
'''Available since:''' Gideros 2012.09<br/> | '''Available since:''' Gideros 2012.09<br/> | ||
=== Description === | === Description === | ||
− | <br /> | + | <translate><br /> |
− | The | + | The [[[Gaming]]] class is defined in the module "gaming". Therefore, you need to call<br /> |
− | + | [[[require("gaming")]]] before using it. Loading the Gaming module <br /> | |
− | also creates a global class | + | also creates a global class [[[Gaming]]]. <br /> |
<p><strong>Currently supports:</strong></p> | <p><strong>Currently supports:</strong></p> | ||
Line 12: | Line 12: | ||
<li>Gaming.new("googleplay") -- Android</li> | <li>Gaming.new("googleplay") -- Android</li> | ||
<li>Gaming.new("gamekit") -- iOS</li> | <li>Gaming.new("gamekit") -- iOS</li> | ||
− | </ul> | + | </ul></translate> |
{|- | {|- | ||
| style="width: 50%;"| | | style="width: 50%;"| |
Revision as of 13:34, 23 August 2018
Supported platforms: android, ios
Available since: Gideros 2012.09
Description
The [[[Gaming]]] class is defined in the module "gaming". Therefore, you need to call
[[[require("gaming")]]] before using it. Loading the Gaming module
also creates a global class [[[Gaming]]].
Currently supports:
- Gaming.new("googleplay") -- Android
- Gaming.new("gamekit") -- iOS