Jump to content
McKay Development

Search the Community

Showing results for tags 'prices'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • News & Announcements
    • Releases & Updates
  • Help & Support
    • General
    • Guides
    • node-steam-user
    • node-steamcommunity
    • node-steam-tradeoffer-manager
    • node-steam-session

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Skype


Location


Interests

Found 1 result

  1. Hey, I made this code: for(var i = 0; i < offer.itemsToReceive.length; i++){getPrices(offer.itemsToReceive).then(function(val){console.log(val);}).catch(function(err) {console.log(err);});} it prints the values of the items i receive in the trade.How do i make it so it just prints the total value, so all the item prices in one total.
×
×
  • Create New...