We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e09dc7 commit 419c3daCopy full SHA for 419c3da
README.md
@@ -274,9 +274,10 @@ Returns a list of achievements for this user by app id.
274
Name | Type | Description | Required | Default
275
-----|------|-------------|----------|---------
276
appId| int | The id of the game you want the user's achievements in | Yes |
277
+all| boolean | If you want all stats and not just the achievements set to true.| No | FALSE
278
279
-> Example Output: [GetUserStatsForGame](./examples/user/stats/GetUserStatsForGame.txt)
280
+> Example Output: [GetUserStatsForGame](./examples/user/stats/GetUserStatsForGame.txt) | [GetUserStatsForGame (all)](./examples/user/stats/GetUserStatsForGameAll.txt)
281
282
### App
283
This area will get details for games.
0 commit comments