Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oneseedfruit committed Apr 23, 2021
1 parent acce3a2 commit de8ebc2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@ if Engine.has_singleton("GodotPlayGamesServices"):
play_games_services.connect("_on_player_stats_loading_failed", self, "_on_player_stats_loading_failed")
```
After what plugin was initialized you can use supported features

#### Check Google services availability on device

```gdscript
var is_gpgs_available: bool = play_game_services.isGooglePlayServicesAvailable()
```

#### Sign-in / Sign out
##### Sign-in

Expand Down

0 comments on commit de8ebc2

Please sign in to comment.