GetSteamID() public static method

returns the CSteamID of the account currently logged into the Steam client

a CSteamID is a unique identifier for an account, and used to differentiate users in all parts of the Steamworks API

public static GetSteamID ( ) : CSteamID
return CSteamID
Exemplo n.º 1
0
 public override Identity GetUserID()
 {
     return((SteamIdentity)SteamUser.GetSteamID());
 }