C# Class MOTHER3.PsiData

Inheritance: M3Rom
ファイルを表示 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_oe static_oe property

public static int Address
return int

AmountHigh public_oe property

public ushort AmountHigh
return ushort

AmountLow public_oe property

public ushort AmountLow
return ushort

Animation public_oe property

public byte[] Animation
return byte[]

Entries public_oe static_oe property

public static int Entries
return int

Length public_oe static_oe property

public static int Length
return int

Pp public_oe property

public ushort Pp
return ushort

PsiEntries public_oe static_oe property

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

Target public_oe property

public byte Target
return byte

Type public_oe property

public byte Type
return byte