C# Class MOTHER3.TextProvider

Inheritance: M3Rom
Afficher le fichier Open project: jeffman/MOTHER-3-Funland Class Usage Examples

Méthodes publiques

Свойство Type Description
EnglishMap char[]
EnglishMapInverse byte>.Dictionary
JapaneseAsciiMap ushort[]
JapaneseMap ushort[]
JapaneseMapInverse ushort>.Dictionary
SJIS System.Text.Encoding
Unicode System.Text.Encoding

Méthodes publiques

Méthode 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 méthode

public static GetText ( int offset, TextType texttype, bool ignorecc ) : string
offset int
texttype TextType
ignorecc bool
Résultat string

GetText() public static méthode

public static GetText ( int offset, int length, TextType texttype, bool ignorecc ) : string
offset int
length int
texttype TextType
ignorecc bool
Résultat string

Init() public static méthode

public static Init ( ) : void
Résultat void

SetText() public static méthode

public static SetText ( int offset, int length, TextType texttype, string str ) : void
offset int
length int
texttype TextType
str string
Résultat void

Property Details

EnglishMap public_oe static_oe property

public static char[] EnglishMap
Résultat char[]

EnglishMapInverse public_oe static_oe property

public static Dictionary EnglishMapInverse
Résultat byte>.Dictionary

JapaneseAsciiMap public_oe static_oe property

public static ushort[] JapaneseAsciiMap
Résultat ushort[]

JapaneseMap public_oe static_oe property

public static ushort[] JapaneseMap
Résultat ushort[]

JapaneseMapInverse public_oe static_oe property

public static Dictionary JapaneseMapInverse
Résultat ushort>.Dictionary

SJIS public_oe static_oe property

public static Encoding,System.Text SJIS
Résultat System.Text.Encoding

Unicode public_oe static_oe property

public static Encoding,System.Text Unicode
Résultat System.Text.Encoding