C# Class PKHeX.pk2pk

Afficher le fichier Open project: gnmmarechal/PKHeX_gnmmarechal Class Usage Examples

Méthodes publiques

Свойство Type Description
_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

Méthodes publiques

Méthode Description
ConvertPKM ( byte input, byte savefile = null, int savindex = -1 ) : byte[]
convertPK3toPK4 ( byte pk3 ) : byte[]
convertPK4toPK5 ( byte pk4 ) : byte[]
convertPK5toPK6 ( byte pk5 ) : byte[]

Private Methods

Méthode Description
Char3to4E ( ) : DataTable
Char3to4J ( ) : DataTable
Char4to5 ( ) : DataTable
Gen3Abilities ( ) : DataTable
getAbilityNumber ( int species, int ability, int formnum ) : int
getg3species ( int g3index ) : int

Method Details

ConvertPKM() public méthode

public ConvertPKM ( byte input, byte savefile = null, int savindex = -1 ) : byte[]
input byte
savefile byte
savindex int
Résultat byte[]

convertPK3toPK4() public méthode

public convertPK3toPK4 ( byte pk3 ) : byte[]
pk3 byte
Résultat byte[]

convertPK4toPK5() public méthode

public convertPK4toPK5 ( byte pk4 ) : byte[]
pk4 byte
Résultat byte[]

convertPK5toPK6() public méthode

public convertPK5toPK6 ( byte pk5 ) : byte[]
pk5 byte
Résultat byte[]

Property Details

_3DSreg public_oe property

public int _3DSreg
Résultat int

country public_oe property

public int country
Résultat int

g6trgend public_oe property

public byte g6trgend
Résultat byte

g6trname public_oe property

public string g6trname
Résultat string

moment public_oe property

public DateTime,System moment
Résultat System.DateTime

speclang_de public_oe property

public string[] speclang_de
Résultat string[]

speclang_en public_oe property

public string[] speclang_en
Résultat string[]

speclang_es public_oe property

public string[] speclang_es
Résultat string[]

speclang_fr public_oe property

public string[] speclang_fr
Résultat string[]

speclang_it public_oe property

public string[] speclang_it
Résultat string[]

speclang_ja public_oe property

public string[] speclang_ja
Résultat string[]

subreg public_oe property

public int subreg
Résultat int