Skip to content

v1.2.0

Choose a tag to compare

@ZeusJunior ZeusJunior released this 27 Oct 23:54
· 10 commits to master since this release

What's Changed

  • Feat: parse decal image ID
    • Available under the decal property, this is the ugcid as a string. You can get the image URL from the webAPI using GetUGCFileDetails
  • Feat: include the quantity of an item
    • For items like Noise Makers and Dueling Mini-Games this is the number of uses
  • Feat: parse a single item
    • Pretty much identical to parseBackpack, but for a single item. Useful for itemAcquired/itemChanged/itemRemoved events from node-tf2

Less interesting, but also added type comments for intellisense for some of the less self explanatory item properties

Full Changelog: v1.1.8...v1.2.0