Difference between revisions of "Gaming"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
Line 10: | Line 10: | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
require("gaming") | require("gaming") | ||
− | </ | + | </syntaxhighlight> |
Loading the '''gaming''' module also creates a global class '''Gaming'''. | Loading the '''gaming''' module also creates a global class '''Gaming'''. |
Revision as of 14:29, 13 July 2023
Supported platforms:
Available since: Gideros 2012.09
Description
The Gaming class currently supports:
- Gaming.new("googleplay") -- Android
- Gaming.new("gamekit") -- iOS
require("gaming")
Loading the gaming module also creates a global class Gaming.