C# Class MM2Randomizer.Randomizers.Stages.RStages

Inheritance: IRandomizer
Afficher le fichier Open project: duckfist/MM2Random Class Usage Examples

Méthodes publiques

Свойство Type Description
StageSelect List

Méthodes publiques

Méthode 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 méthode

public FixPortraits ( byte &portraitBG_x, byte &portraitBG_y ) : void
portraitBG_x byte
portraitBG_y byte
Résultat void

RStages() public méthode

public RStages ( ) : System
Résultat System

Randomize() public méthode

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
Résultat void

Property Details

StageSelect public_oe static_oe property

public static List StageSelect
Résultat List