C# Class Steamworks.SteamAppList

Exibir arquivo Open project: rlabrecque/Steamworks.NET

Public Methods

Method 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 method

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
return int

GetAppInstallDir() public static method

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
return int

GetAppName() public static method

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
return int

GetInstalledApps() public static method

public static GetInstalledApps ( AppId_t pvecAppID, uint unMaxAppIDs ) : uint
pvecAppID AppId_t
unMaxAppIDs uint
return uint

GetNumInstalledApps() public static method

public static GetNumInstalledApps ( ) : uint
return uint