Jump to content
McKay Development

Srexi

Member
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Srexi

  1. 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);
    
×
×
  • Create New...