C# Class MOTHER3.ActionTable

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

Public Properties

Property Type Description
Actions MOTHER3.ActionTable[]
Address int
Data ushort[]
Entries int
Length int

Public Methods

Method Description
Init ( ) : void

Method Details

Init() public static method

public static Init ( ) : void
return void

Property Details

Actions public static property

public static ActionTable[],MOTHER3 Actions
return MOTHER3.ActionTable[]

Address public static property

public static int Address
return int

Data public property

public ushort[] Data
return ushort[]

Entries public static property

public static int Entries
return int

Length public static property

public static int Length
return int