C# 클래스 PKHeX.pk2pk

파일 보기 프로젝트 열기: gnmmarechal/PKHeX_gnmmarechal 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_3DSreg int
country int
g6trgend byte
g6trname string
moment System.DateTime
speclang_de string[]
speclang_en string[]
speclang_es string[]
speclang_fr string[]
speclang_it string[]
speclang_ja string[]
subreg int

공개 메소드들

메소드 설명
ConvertPKM ( byte input, byte savefile = null, int savindex = -1 ) : byte[]
convertPK3toPK4 ( byte pk3 ) : byte[]
convertPK4toPK5 ( byte pk4 ) : byte[]
convertPK5toPK6 ( byte pk5 ) : byte[]

비공개 메소드들

메소드 설명
Char3to4E ( ) : DataTable
Char3to4J ( ) : DataTable
Char4to5 ( ) : DataTable
Gen3Abilities ( ) : DataTable
getAbilityNumber ( int species, int ability, int formnum ) : int
getg3species ( int g3index ) : int

메소드 상세

ConvertPKM() 공개 메소드

public ConvertPKM ( byte input, byte savefile = null, int savindex = -1 ) : byte[]
input byte
savefile byte
savindex int
리턴 byte[]

convertPK3toPK4() 공개 메소드

public convertPK3toPK4 ( byte pk3 ) : byte[]
pk3 byte
리턴 byte[]

convertPK4toPK5() 공개 메소드

public convertPK4toPK5 ( byte pk4 ) : byte[]
pk4 byte
리턴 byte[]

convertPK5toPK6() 공개 메소드

public convertPK5toPK6 ( byte pk5 ) : byte[]
pk5 byte
리턴 byte[]

프로퍼티 상세

_3DSreg 공개적으로 프로퍼티

public int _3DSreg
리턴 int

country 공개적으로 프로퍼티

public int country
리턴 int

g6trgend 공개적으로 프로퍼티

public byte g6trgend
리턴 byte

g6trname 공개적으로 프로퍼티

public string g6trname
리턴 string

moment 공개적으로 프로퍼티

public DateTime,System moment
리턴 System.DateTime

speclang_de 공개적으로 프로퍼티

public string[] speclang_de
리턴 string[]

speclang_en 공개적으로 프로퍼티

public string[] speclang_en
리턴 string[]

speclang_es 공개적으로 프로퍼티

public string[] speclang_es
리턴 string[]

speclang_fr 공개적으로 프로퍼티

public string[] speclang_fr
리턴 string[]

speclang_it 공개적으로 프로퍼티

public string[] speclang_it
리턴 string[]

speclang_ja 공개적으로 프로퍼티

public string[] speclang_ja
리턴 string[]

subreg 공개적으로 프로퍼티

public int subreg
리턴 int