C# Class CrisisAtSwissStation.SavedGame

Afficher le fichier Open project: danielpcox/Crisis-at-Swiss-Station Class Usage Examples

Méthodes publiques

Свойство Type Description
disabledOptions List
roomsBeatenBitmap ].bool[

Méthodes publiques

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

Method Details

AreAllLevelsOnCurrentFloorBeaten() public méthode

public AreAllLevelsOnCurrentFloorBeaten ( ) : bool
Résultat bool

GetCurrentFloor() public méthode

public GetCurrentFloor ( int numoptions = 200 ) : int
numoptions int
Résultat int

LoadCompletedGame() public méthode

public LoadCompletedGame ( ) : bool
Résultat bool

LoadGame() public méthode

public LoadGame ( ) : bool
Résultat bool

NumberOfRoomsBeatenOnFloor() public méthode

public NumberOfRoomsBeatenOnFloor ( int floor ) : int
floor int
Résultat int

SaveGame() public méthode

public SaveGame ( ) : void
Résultat void

Property Details

disabledOptions public_oe property

public List disabledOptions
Résultat List

roomsBeatenBitmap public_oe property

public bool[,] roomsBeatenBitmap
Résultat ].bool[