C# Class Steamworks.SteamAppList

Afficher le fichier Open project: rlabrecque/Steamworks.NET

Méthodes publiques

Méthode Description
GetAppBuildId ( AppId_t nAppID ) : int

return the buildid of this app, may change at any time based on backend updates to the game

GetAppInstallDir ( AppId_t nAppID, string &pchDirectory, int cchNameMax ) : int

returns -1 if no dir was found

GetAppName ( AppId_t nAppID, string &pchName, int cchNameMax ) : int

returns -1 if no name was found

GetInstalledApps ( AppId_t pvecAppID, uint unMaxAppIDs ) : uint
GetNumInstalledApps ( ) : uint

Method Details

GetAppBuildId() public static méthode

return the buildid of this app, may change at any time based on backend updates to the game

public static GetAppBuildId ( AppId_t nAppID ) : int
nAppID AppId_t
Résultat int

GetAppInstallDir() public static méthode

returns -1 if no dir was found

public static GetAppInstallDir ( AppId_t nAppID, string &pchDirectory, int cchNameMax ) : int
nAppID AppId_t
pchDirectory string
cchNameMax int
Résultat int

GetAppName() public static méthode

returns -1 if no name was found

public static GetAppName ( AppId_t nAppID, string &pchName, int cchNameMax ) : int
nAppID AppId_t
pchName string
cchNameMax int
Résultat int

GetInstalledApps() public static méthode

public static GetInstalledApps ( AppId_t pvecAppID, uint unMaxAppIDs ) : uint
pvecAppID AppId_t
unMaxAppIDs uint
Résultat uint

GetNumInstalledApps() public static méthode

public static GetNumInstalledApps ( ) : uint
Résultat uint