C# Class MOTHER3.TextProvider

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

Public Properties

Property Type Description
EnglishMap char[]
EnglishMapInverse byte>.Dictionary
JapaneseAsciiMap ushort[]
JapaneseMap ushort[]
JapaneseMapInverse ushort>.Dictionary
SJIS System.Text.Encoding
Unicode System.Text.Encoding

Public Methods

Method Description
GetText ( int offset, TextType texttype, bool ignorecc ) : string
GetText ( int offset, int length, TextType texttype, bool ignorecc ) : string
Init ( ) : void
SetText ( int offset, int length, TextType texttype, string str ) : void

Method Details

GetText() public static method

public static GetText ( int offset, TextType texttype, bool ignorecc ) : string
offset int
texttype TextType
ignorecc bool
return string

GetText() public static method

public static GetText ( int offset, int length, TextType texttype, bool ignorecc ) : string
offset int
length int
texttype TextType
ignorecc bool
return string

Init() public static method

public static Init ( ) : void
return void

SetText() public static method

public static SetText ( int offset, int length, TextType texttype, string str ) : void
offset int
length int
texttype TextType
str string
return void

Property Details

EnglishMap public static property

public static char[] EnglishMap
return char[]

EnglishMapInverse public static property

public static Dictionary EnglishMapInverse
return byte>.Dictionary

JapaneseAsciiMap public static property

public static ushort[] JapaneseAsciiMap
return ushort[]

JapaneseMap public static property

public static ushort[] JapaneseMap
return ushort[]

JapaneseMapInverse public static property

public static Dictionary JapaneseMapInverse
return ushort>.Dictionary

SJIS public static property

public static Encoding,System.Text SJIS
return System.Text.Encoding

Unicode public static property

public static Encoding,System.Text Unicode
return System.Text.Encoding