Type String Return value none Revision Release 2024.3703 Keywords Google Play Games Services, game network, gpgs See also gpgs2.snapshots.* gpgs2.*
Retrieves information on all snapshots for the current game.
gpgs.snapshots.open(params)
Table. Contains parameters — see the next section for details.
String. Snapshot unique name.
Boolean. If true
, in case of snapshot not being found with the specified filename
, a new snapshot will be created and opened.
String. The conflict resolution policy to use for this snapshot. Possibe values: "manual"
, "highest progress"
, "last known good"
, "longest playtime"
, "most recently modified"
. Default is "manual"
.