C# Class CrisisAtSwissStation.SavedGame

Mostra file Open project: danielpcox/Crisis-at-Swiss-Station Class Usage Examples

Public Properties

Property Type Description
disabledOptions List
roomsBeatenBitmap ].bool[

Public Methods

Method Description
AreAllLevelsOnCurrentFloorBeaten ( ) : bool
GetCurrentFloor ( int numoptions = 200 ) : int
LoadCompletedGame ( ) : bool
LoadGame ( ) : bool
NumberOfRoomsBeatenOnFloor ( int floor ) : int
SaveGame ( ) : void

Method Details

AreAllLevelsOnCurrentFloorBeaten() public method

public AreAllLevelsOnCurrentFloorBeaten ( ) : bool
return bool

GetCurrentFloor() public method

public GetCurrentFloor ( int numoptions = 200 ) : int
numoptions int
return int

LoadCompletedGame() public method

public LoadCompletedGame ( ) : bool
return bool

LoadGame() public method

public LoadGame ( ) : bool
return bool

NumberOfRoomsBeatenOnFloor() public method

public NumberOfRoomsBeatenOnFloor ( int floor ) : int
floor int
return int

SaveGame() public method

public SaveGame ( ) : void
return void

Property Details

disabledOptions public_oe property

public List disabledOptions
return List

roomsBeatenBitmap public_oe property

public bool[,] roomsBeatenBitmap
return ].bool[