C# 클래스 withSIX.Play.Core.Games.Legacy.Arma.AceUserconfig

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

Private Properties

프로퍼티 타입 설명
CheckLineClientConfig void
TryCreatePath bool
TryReadFromFile bool
TryWriteConfig bool
TryWriteNewConfig void
WriteClientSideConfig bool

공개 메소드들

메소드 설명
AceUserconfig ( ISupportModding game ) : System
ReadAceClientSideConfig ( ) : bool
Save ( ) : bool

비공개 메소드들

메소드 설명
CheckLineClientConfig ( string line, char trimchar, int curlinenr ) : void
TryCreatePath ( string acePath ) : bool
TryReadFromFile ( string file ) : bool
TryWriteConfig ( string file ) : bool
TryWriteNewConfig ( string file2 ) : void
WriteClientSideConfig ( IAbsoluteDirectoryPath path ) : bool

메소드 상세

AceUserconfig() 공개 메소드

public AceUserconfig ( ISupportModding game ) : System
game ISupportModding
리턴 System

ReadAceClientSideConfig() 공개 메소드

public ReadAceClientSideConfig ( ) : bool
리턴 bool

Save() 공개 메소드

public Save ( ) : bool
리턴 bool