Property | Type | Description | |
---|---|---|---|
EnglishMap | char[] | ||
EnglishMapInverse | byte>.Dictionary | ||
JapaneseAsciiMap | ushort[] | ||
JapaneseMap | ushort[] | ||
JapaneseMapInverse | ushort>.Dictionary | ||
SJIS | |||
Unicode |
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 |
public static GetText ( int offset, TextType texttype, bool ignorecc ) : string | ||
offset | int | |
texttype | TextType | |
ignorecc | bool | |
return | string |
public static GetText ( int offset, int length, TextType texttype, bool ignorecc ) : string | ||
offset | int | |
length | int | |
texttype | TextType | |
ignorecc | bool | |
return | string |
public static SetText ( int offset, int length, TextType texttype, string str ) : void | ||
offset | int | |
length | int | |
texttype | TextType | |
str | string | |
return | void |
public static Dictionary |
||
return | byte>.Dictionary |
public static Dictionary |
||
return | ushort>.Dictionary |