C# Class PKHeX.pk2pk

Mostrar archivo Open project: gnmmarechal/PKHeX_gnmmarechal Class Usage Examples

Public Properties

Property 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

Public Methods

Method 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

Method 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 method

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

convertPK3toPK4() public method

public convertPK3toPK4 ( byte pk3 ) : byte[]
pk3 byte
return byte[]

convertPK4toPK5() public method

public convertPK4toPK5 ( byte pk4 ) : byte[]
pk4 byte
return byte[]

convertPK5toPK6() public method

public convertPK5toPK6 ( byte pk5 ) : byte[]
pk5 byte
return byte[]

Property Details

_3DSreg public_oe property

public int _3DSreg
return int

country public_oe property

public int country
return int

g6trgend public_oe property

public byte g6trgend
return byte

g6trname public_oe property

public string g6trname
return string

moment public_oe property

public DateTime,System moment
return System.DateTime

speclang_de public_oe property

public string[] speclang_de
return string[]

speclang_en public_oe property

public string[] speclang_en
return string[]

speclang_es public_oe property

public string[] speclang_es
return string[]

speclang_fr public_oe property

public string[] speclang_fr
return string[]

speclang_it public_oe property

public string[] speclang_it
return string[]

speclang_ja public_oe property

public string[] speclang_ja
return string[]

subreg public_oe property

public int subreg
return int