C# Class MM2Randomizer.Randomizers.Stages.RStages

Inheritance: IRandomizer
Datei anzeigen Open project: duckfist/MM2Random Class Usage Examples

Public Properties

Property Type Description
StageSelect List

Public Methods

Method Description
FixPortraits ( byte &portraitBG_x, byte &portraitBG_y ) : void
RStages ( ) : System
Randomize ( Patch Patch, Random r ) : void

Shuffle the Robot Master stages. This shuffling will not be indicated by the Robot Master portraits.

Method Details

FixPortraits() public method

public FixPortraits ( byte &portraitBG_x, byte &portraitBG_y ) : void
portraitBG_x byte
portraitBG_y byte
return void

RStages() public method

public RStages ( ) : System
return System

Randomize() public method

Shuffle the Robot Master stages. This shuffling will not be indicated by the Robot Master portraits.
public Randomize ( Patch Patch, Random r ) : void
Patch MM2Randomizer.Patcher.Patch
r System.Random
return void

Property Details

StageSelect public_oe static_oe property

public static List StageSelect
return List