C# 클래스 BF2Statistics.StatsPython

The Stats python class is used to Install and Restore the Server python files, that control stats, awards and ranks.
파일 보기 프로젝트 열기: BF2Statistics/ControlCenter

공개 프로퍼티들

프로퍼티 타입 설명
LatestVersion System.Version

공개 메소드들

메소드 설명
BackupAndInstall ( ) : void

Backsup the current python files, and installs the ranked enabled ones

RemoveAndRestore ( ) : void

Removes the rank enabled python files, and installs the originals back

RestoreRankedPyFiles ( ) : void

Restores the ranked python files back to the original state, without affecting any custom scripts or medal data files

메소드 상세

BackupAndInstall() 공개 정적인 메소드

Backsup the current python files, and installs the ranked enabled ones
public static BackupAndInstall ( ) : void
리턴 void

RemoveAndRestore() 공개 정적인 메소드

Removes the rank enabled python files, and installs the originals back
public static RemoveAndRestore ( ) : void
리턴 void

RestoreRankedPyFiles() 공개 정적인 메소드

Restores the ranked python files back to the original state, without affecting any custom scripts or medal data files
public static RestoreRankedPyFiles ( ) : void
리턴 void

프로퍼티 상세

LatestVersion 공개적으로 정적으로 프로퍼티

The latest release version of the stats python
public static Version,System LatestVersion
리턴 System.Version