C# Class MOTHER3.TextEnemyNames

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

Public Properties

Property Type Description
Address int
Entries int
Length int

Public Methods

Method Description
GetName ( int index ) : string
Init ( ) : void
SetName ( int index, string str ) : void

Method Details

GetName() public static method

public static GetName ( int index ) : string
index int
return string

Init() public static method

public static Init ( ) : void
return void

SetName() public static method

public static SetName ( int index, string str ) : void
index int
str string
return void

Property Details

Address public static property

public static int Address
return int

Entries public static property

public static int Entries
return int

Length public static property

public static int Length
return int