C# Class smb3rr.Randomizer

Show file Open project: CujoIHSV/SMB3RR Class Usage Examples

Public Methods

Method Description
CreateRom ( ) : string
Randomizer ( string oldRomPath_, List levelTree ) : System
Randomizer ( string oldRomPath_, string fullSeed ) : System

Private Methods

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

Method Details

CreateRom() public method

public CreateRom ( ) : string
return string

Randomizer() public method

public Randomizer ( string oldRomPath_, List levelTree ) : System
oldRomPath_ string
levelTree List
return System

Randomizer() public method

public Randomizer ( string oldRomPath_, string fullSeed ) : System
oldRomPath_ string
fullSeed string
return System