C# Class MM2Randomizer.Randomizers.Stages.StageFromSelect

This object encapsulates the relevant ROM offsets for properties of each selectable Robot Master portrait on the Stage Select screen.
Mostrar archivo Open project: duckfist/MM2Random Class Usage Examples

Public Properties

Property Type Description
PortraitAddress ERMPortraitAddress
PortraitDestinationNew int
PortraitDestinationOriginal int
PortraitName string
StageClearAddress ERMStageClearAddress
StageClearDestinationNew int
StageClearDestinationOriginal int

Property Details

PortraitAddress public_oe property

public ERMPortraitAddress PortraitAddress
return ERMPortraitAddress

PortraitDestinationNew public_oe property

public int PortraitDestinationNew
return int

PortraitDestinationOriginal public_oe property

public int PortraitDestinationOriginal
return int

PortraitName public_oe property

public string PortraitName
return string

StageClearAddress public_oe property

public ERMStageClearAddress StageClearAddress
return ERMStageClearAddress

StageClearDestinationNew public_oe property

public int StageClearDestinationNew
return int

StageClearDestinationOriginal public_oe property

public int StageClearDestinationOriginal
return int