C# 클래스 CrisisAtSwissStation.SavedGame

파일 보기 프로젝트 열기: danielpcox/Crisis-at-Swiss-Station 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
disabledOptions List
roomsBeatenBitmap ].bool[

공개 메소드들

메소드 설명
AreAllLevelsOnCurrentFloorBeaten ( ) : bool
GetCurrentFloor ( int numoptions = 200 ) : int
LoadCompletedGame ( ) : bool
LoadGame ( ) : bool
NumberOfRoomsBeatenOnFloor ( int floor ) : int
SaveGame ( ) : void

메소드 상세

AreAllLevelsOnCurrentFloorBeaten() 공개 메소드

public AreAllLevelsOnCurrentFloorBeaten ( ) : bool
리턴 bool

GetCurrentFloor() 공개 메소드

public GetCurrentFloor ( int numoptions = 200 ) : int
numoptions int
리턴 int

LoadCompletedGame() 공개 메소드

public LoadCompletedGame ( ) : bool
리턴 bool

LoadGame() 공개 메소드

public LoadGame ( ) : bool
리턴 bool

NumberOfRoomsBeatenOnFloor() 공개 메소드

public NumberOfRoomsBeatenOnFloor ( int floor ) : int
floor int
리턴 int

SaveGame() 공개 메소드

public SaveGame ( ) : void
리턴 void

프로퍼티 상세

disabledOptions 공개적으로 프로퍼티

public List disabledOptions
리턴 List

roomsBeatenBitmap 공개적으로 프로퍼티

public bool[,] roomsBeatenBitmap
리턴 ].bool[