DoctorMcKay / node-globaloffensive

A Node.js module to connect to and interact with the CS2 game coordinator. Mostly used to get item data.
https://www.npmjs.com/package/globaloffensive
MIT License
262 stars 61 forks source link

about casket_id #78

Closed feeops closed 1 year ago

feeops commented 1 year ago

If I bought a lot of storage unit,How could I get casket_ids?

DoctorMcKay commented 1 year ago

You'd get them either from the inventory data globaloffensive gives you, or from the community inventory JSON.

feeops commented 1 year ago

Could you give some example code?