Jump to content
McKay Development

Recommended Posts

Posted (edited)

hello, i need to get steam groups.

i use method getSteamUser()and get this object

community.getSteamUser(new SteamID(id.getSteamID64()), (err, user) => {
if( err ) {
console.log(err)
}

console.log(user)
})

 

  1. SteamID
    1. accountid:11245128
    2. instance:0
    3. type:7
    4. universe:1

what is this ?

can i get ID64 of users groups ?

----

i use 

this.group = userData.groups[0].group;

in module CSSteamUser.js

but can i get steam ID 64 using API?

Edited by Ino
Posted (edited)

None of what you just asked makes any sense. But I can tell you that the SteamID you pasted belongs to a Steam group, specifically "FireTeamShot" (http://steamcommunity.com/gid/103582791440766536/).

I do not understand what kind of numbers I get in response, how to understand on their basis what is this group?

--

I realized using your link gid/id, but how can I find out the ID64 of the group from this answer?

Edited by Ino
Posted

id.getSteamID64()

 

thanks you ! 

as i as I understand it was settings )

instance:0
type:7
universe:1

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...