TomYoki Posted June 25, 2017 Report Posted June 25, 2017 Hello, I was wondering if there's something like manager.cancelOffer(offerID); or something like that. I went through the trade-manager docs and found nothing that would help me cancel outgoing offers,best of what I found was constructor options to cancel offers & poll-data to keep offer data, but none of which is what I'm looking for. Is there anything that would let me push trade offer id's into an array and cancel them 1by1? Thanks in advance! Quote
Dr. McKay Posted June 25, 2017 Report Posted June 25, 2017 You'd need to retrieve the TradeOffer object using getOffer or getOffers then call cancel() on that object. TomYoki 1 Quote
TomYoki Posted June 25, 2017 Author Report Posted June 25, 2017 You'd need to retrieve the TradeOffer object using getOffer or getOffers then call cancel() on that object.Thanks a lot!Exactly what I needed <3 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.