Moai SDK
1.5 revision 1 (MoaiEdition)
|
Inherits MOAIGlobalClass< TYPE, SUPER >.
Function List | |
connect | |
isConnected | |
showAchievements | |
showLeaderboard | |
submitScore | |
unlockAchievement |
Connects to the Google Play Game Services.
function connect ()
Connects to the Google Play Game Services.
function isConnected ()
Shows the achievements.
function showAchievements ()
Shows the desired leaderboard.
function showLeaderboard ( string leaderboardID )
leaderboardID | ( string ) |
Submits a score for the passed in leaderboard.
function submitScore ( string leaderboardID, number score )
leaderboardID | ( string ) |
score | ( number ) |
Grants an achievement to the player.
function unlockAchievement ( string achievementID )
achievementID | ( string ) |