ceifa / steamworks.js

A steamworks implementation for nw.js/electron games
MIT License
411 stars 66 forks source link

API: Get achievements #157

Open catloversg opened 2 months ago

catloversg commented 2 months ago

This PR adds a new API to get names of all achievements in the current app. I used the example at https://github.com/Noxime/steamworks-rs/tree/master/examples/achievements#get_achievement_names.

ceifa commented 1 month ago

shouldn't it be inside the achievements namespace?

catloversg commented 1 month ago

I moved it to the "achievement" namespace. I can change the function name (names) if you want.