mtn Posted July 3, 2016 Report Share 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 Link to comment Share on other sites More sharing options...
Dr. McKay Posted July 3, 2016 Report Share Posted July 3, 2016 You can just create a SteamGameCoordinator handler and pass the steam-client to it. Quote Link to comment Share on other sites More sharing options...
mtn Posted July 6, 2016 Author Report Share 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 Link to comment Share on other sites More sharing options...
Dr. McKay Posted July 6, 2016 Report Share Posted July 6, 2016 Client = new CMClient(), GC = new SteamGC(client, 730); See a problem in the capitalization here? Quote Link to comment Share on other sites More sharing options...
Srexi Posted April 29, 2018 Report Share 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 Link to comment Share on other sites More sharing options...
Dr. McKay Posted April 29, 2018 Report Share Posted April 29, 2018 That should work. Quote Link to comment Share on other sites More sharing options...
Srexi Posted April 30, 2018 Report Share 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 Link to comment Share on other sites More sharing options...
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.