C# 클래스 withSIX.Play.Core.Games.Entities.Other.GTAGame

상속: RockstarGame, ISupportModding
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
GetAdditionalLaunchMods ( ) : IEnumerable
LocalModsContainers ( ) : IEnumerable
SupportsContent ( IMod mod ) : bool
UpdateModStates ( IReadOnlyCollection mods ) : void

보호된 메소드들

메소드 설명
GTAGame ( System.Guid id, GTAGameSettings settings ) : System
GameLocalModsContainer ( ) : LocalModsContainer

비공개 메소드들

메소드 설명
GetModDirectory ( ) : IAbsoluteDirectoryPath
GetModPaths ( ) : ContentPaths
GetRepositoryDirectory ( ) : IAbsoluteDirectoryPath

메소드 상세

GTAGame() 보호된 메소드

protected GTAGame ( System.Guid id, GTAGameSettings settings ) : System
id System.Guid
settings GTAGameSettings
리턴 System

GameLocalModsContainer() 보호된 추상적인 메소드

protected abstract GameLocalModsContainer ( ) : LocalModsContainer
리턴 LocalModsContainer

GetAdditionalLaunchMods() 공개 메소드

public GetAdditionalLaunchMods ( ) : IEnumerable
리턴 IEnumerable

LocalModsContainers() 공개 메소드

public LocalModsContainers ( ) : IEnumerable
리턴 IEnumerable

SupportsContent() 공개 메소드

public SupportsContent ( IMod mod ) : bool
mod IMod
리턴 bool

UpdateModStates() 공개 메소드

public UpdateModStates ( IReadOnlyCollection mods ) : void
mods IReadOnlyCollection
리턴 void