C# Class withSIX.Play.Core.Games.Entities.SteamHelper

Afficher le fichier Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Méthodes publiques

Méthode Description
GetSteamAppById ( int appId, bool noCache = false ) : SteamApp
SteamHelper ( KeyValues steamConfig, IAbsoluteDirectoryPath steamPath, bool cache = true ) : System

Private Methods

Méthode Description
CheckForAppManifest ( int appId, IAbsoluteDirectoryPath installPath ) : bool
GetAppManifestLocation ( int appId ) : IAbsoluteDirectoryPath
GetBaseInstallFolderPaths ( ) : IReadOnlyList
TryGetConfigByAppId ( int appId ) : KeyValues

Method Details

GetSteamAppById() public méthode

public GetSteamAppById ( int appId, bool noCache = false ) : SteamApp
appId int
noCache bool
Résultat SteamApp

SteamHelper() public méthode

public SteamHelper ( KeyValues steamConfig, IAbsoluteDirectoryPath steamPath, bool cache = true ) : System
steamConfig KeyValues
steamPath IAbsoluteDirectoryPath
cache bool
Résultat System