Skip to content

Commit

Permalink
Update api.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
britzl committed Mar 14, 2020
1 parent 84eaa46 commit ac29a9c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/_data/api.yml
Expand Up @@ -605,6 +605,7 @@

- name: achievement_reveal
type: function
desc: Reveals a hidden achievement to the currently signed-in player.

parameters:
- name: achievementId
Expand All @@ -614,6 +615,7 @@

- name: achievement_unlock
type: function
desc: Unlocks an achievement for the currently signed in player.

parameters:
- name: achievementId
Expand All @@ -623,6 +625,7 @@

- name: achievement_set
type: function
desc: Sets an achievement to have at least the given number of steps completed.

parameters:
- name: achievementId
Expand All @@ -636,6 +639,7 @@

- name: achievement_increment
type: function
desc: Increments an achievement by the given number of steps.

parameters:
- name: achievementId
Expand All @@ -649,11 +653,13 @@

- name: achievement_show
type: function
desc: Show all achievements for the currently signed-in player.

#*****************************************************************************************************

- name: achievement_get
type: function
desc: Asynchronously gets all achievements for the currently signed-in player.


#*****************************************************************************************************
Expand Down

0 comments on commit ac29a9c

Please sign in to comment.