Type Function Return value none Revision 2017.3060 Keywords Google Play Games Services, game network, gpgs, snapshots, open See also gpgs.snapshots gpgs.*
Opens a snapshot with the given filename.
gpgs.snapshots.open( params )
Table. Contains parameters for the call — see the next section for details.
The params
table contains parameters for the call.
String. The snapshot's unique file name.
Boolean. If true
, and in the case of a snapshot not being found with the specified filename
, a new snapshot will be created and opened. Note that on iOS, this is always true
.
String. The conflict resolution policy to use for this snapshot. Possible values include:
"manual"
"highest progress"
"last known good"
(default)"longest playtime"
"most recently modified"