Type Function Return value none Revision 2017.3060 Keywords Google Play Games Services, game network, gpgs, quests, load See also gpgs.quests gpgs.*
Retrieves information on quests available in the game. Optionally, this call can load a specific quest, a subset of quests, or filter all results.
gpgs.quests.load( params )
Table. Contains parameters for the call — see the next section for details.
The params
table contains parameters for the call.
String. If provided, loads only this quest information. If omitted, information on all quests is loaded.
Array. Populate with string elements to load information on each specified quest. If provided, this has higher priority than questId
.
Array. Populate with string elements to load only specific types of quests. Elements of this array can include: "accepted"
, "completed"
, "completed unclaimed"
"ending soon"
"expired"
, "failed"
, "open"
, "recently failed"
"upcoming"
. Note that "ending soon"
"recently failed"
Boolean. Supported only on Android; if true
, the results will be sorted by date of modification.
Boolean. If true
, the data will be retrieved fresh, not from a cache.