C# 클래스 MOTHER3.TextProvider

상속: M3Rom
파일 보기 프로젝트 열기: jeffman/MOTHER-3-Funland 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
EnglishMap char[]
EnglishMapInverse byte>.Dictionary
JapaneseAsciiMap ushort[]
JapaneseMap ushort[]
JapaneseMapInverse ushort>.Dictionary
SJIS System.Text.Encoding
Unicode System.Text.Encoding

공개 메소드들

메소드 설명
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

메소드 상세

GetText() 공개 정적인 메소드

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

GetText() 공개 정적인 메소드

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

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

SetText() 공개 정적인 메소드

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

프로퍼티 상세

EnglishMap 공개적으로 정적으로 프로퍼티

public static char[] EnglishMap
리턴 char[]

EnglishMapInverse 공개적으로 정적으로 프로퍼티

public static Dictionary EnglishMapInverse
리턴 byte>.Dictionary

JapaneseAsciiMap 공개적으로 정적으로 프로퍼티

public static ushort[] JapaneseAsciiMap
리턴 ushort[]

JapaneseMap 공개적으로 정적으로 프로퍼티

public static ushort[] JapaneseMap
리턴 ushort[]

JapaneseMapInverse 공개적으로 정적으로 프로퍼티

public static Dictionary JapaneseMapInverse
리턴 ushort>.Dictionary

SJIS 공개적으로 정적으로 프로퍼티

public static Encoding,System.Text SJIS
리턴 System.Text.Encoding

Unicode 공개적으로 정적으로 프로퍼티

public static Encoding,System.Text Unicode
리턴 System.Text.Encoding