C# Class smb3rr.Randomizer

Afficher le fichier Open project: CujoIHSV/SMB3RR Class Usage Examples

Méthodes publiques

Méthode Description
CreateRom ( ) : string
Randomizer ( string oldRomPath_, List levelTree ) : System
Randomizer ( string oldRomPath_, string fullSeed ) : System

Private Methods

Méthode Description
ExtractLevelFlags ( IEnumerable levelTree ) : bool?[]
GenerateFullSeed ( bool longSeed ) : string
Randomizer ( ) : System
SeparateFullSeed ( string fullSeed ) : void

Method Details

CreateRom() public méthode

public CreateRom ( ) : string
Résultat string

Randomizer() public méthode

public Randomizer ( string oldRomPath_, List levelTree ) : System
oldRomPath_ string
levelTree List
Résultat System

Randomizer() public méthode

public Randomizer ( string oldRomPath_, string fullSeed ) : System
oldRomPath_ string
fullSeed string
Résultat System