C# 클래스 Steamworks.SteamAppList

파일 보기 프로젝트 열기: rlabrecque/Steamworks.NET

공개 메소드들

메소드 설명
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

메소드 상세

GetAppBuildId() 공개 정적인 메소드

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
리턴 int

GetAppInstallDir() 공개 정적인 메소드

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
리턴 int

GetAppName() 공개 정적인 메소드

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
리턴 int

GetInstalledApps() 공개 정적인 메소드

public static GetInstalledApps ( AppId_t pvecAppID, uint unMaxAppIDs ) : uint
pvecAppID AppId_t
unMaxAppIDs uint
리턴 uint

GetNumInstalledApps() 공개 정적인 메소드

public static GetNumInstalledApps ( ) : uint
리턴 uint