mtn Posted July 3, 2016 Report Posted July 3, 2016 hey i wanted to ask how i use the SteamGameCoordinator like in node-steam (https://github.com/seishun/node-steam/tree/master/lib/handlers/game_coordinator) Quote
Dr. McKay Posted July 3, 2016 Report Posted July 3, 2016 You can just create a SteamGameCoordinator handler and pass the steam-client to it. Quote
mtn Posted July 6, 2016 Author Report Posted July 6, 2016 (edited) You can just create a SteamGameCoordinator handler and pass the steam-client to it.i tried it so : Client = new CMClient(), GC = new SteamGC(client, 730); Edited July 6, 2016 by mtn Quote
Dr. McKay Posted July 6, 2016 Report Posted July 6, 2016 Client = new CMClient(), GC = new SteamGC(client, 730); See a problem in the capitalization here? Quote
Srexi Posted April 29, 2018 Report Posted April 29, 2018 Sorry for bumping an old thread.I read in your node-steam-client docs that you can just register handlers from node-steam etc.I need to use their SteamGameCoordinator handler with node-user.Is there somewhere with a more elaborate example?Would something like this work? let Steam = require('steam'), SteamUser = require('steam-user'); let sUser = new SteamUser(); let steamGC = new Steam.SteamGameCoordinator(sUser.client, 440); Quote
Srexi Posted April 30, 2018 Report Posted April 30, 2018 That should work. Thank you!I never got the chance to thank you for all the amazing things you have made. And also just how much you help people, so you get another thank you because of that! Dr. McKay 1 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.