C# Class MM2Randomizer.Randomizers.RWeaponGet

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

Public Properties

Property Type Description
NewWeaponOrder List

Public Methods

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

Shuffle which Robot Master awards which weapon.

Method Details

FixPortraits() public method

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

RWeaponGet() public method

public RWeaponGet ( ) : System
return System

Randomize() public method

Shuffle which Robot Master awards which weapon.
public Randomize ( Patch Patch, Random r ) : void
Patch MM2Randomizer.Patcher.Patch
r System.Random
return void

Property Details

NewWeaponOrder public_oe property

public List NewWeaponOrder
return List