C# Class MOTHER3.TextItemNames

Inheritance: M3Rom
Mostrar archivo 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_oe static_oe property

public static int Address
return int

Entries public_oe static_oe property

public static int Entries
return int

Length public_oe static_oe property

public static int Length
return int