Skip to content

Version 1.0.0

Compare
Choose a tag to compare
@almic almic released this 27 Jan 05:47
· 9 commits to master since this release
d529155

Officially the real first release. Nothing major however since the previous release.

Changes

  • The items property from getGameItemPrices() in SteamEconomy is an array now, like it should've been.

New Stuff

  • Individual trade offer lookup does exist, and it's at getTradeOffer() now!
  • Loads of CSGO functions, specifically getMapPlaytime() and getServerStatus(). However, the following functions are also available in the CSGO object, which are identical to the existing functions, but don't need an appID:
    • getGlobalAchievements()
    • getCurrentPlayers()
    • getAchievements()
    • getGameSchema()
    • getStats()
    • getItemInfo()
    • getGameItemPrices()

And everything from the past, too.