C# Class MOTHER3.PsiData

Inheritance: M3Rom
Show file Open project: jeffman/MOTHER-3-Funland Class Usage Examples

Public Properties

Property Type Description
Address int
AmountHigh ushort
AmountLow ushort
Animation byte[]
Entries int
Length int
Pp ushort
PsiEntries MOTHER3.PsiData[]
Target byte
Type byte

Public Methods

Method Description
Init ( ) : void
Save ( ) : void

Method Details

Init() public static method

public static Init ( ) : void
return void

Save() public method

public Save ( ) : void
return void

Property Details

Address public static property

public static int Address
return int

AmountHigh public property

public ushort AmountHigh
return ushort

AmountLow public property

public ushort AmountLow
return ushort

Animation public property

public byte[] Animation
return byte[]

Entries public static property

public static int Entries
return int

Length public static property

public static int Length
return int

Pp public property

public ushort Pp
return ushort

PsiEntries public static property

public static PsiData[],MOTHER3 PsiEntries
return MOTHER3.PsiData[]

Target public property

public byte Target
return byte

Type public property

public byte Type
return byte