C# Class PKHeX.PKX.Structures.PK6

Mostra file Open project: gnmmarechal/PKHeX_gnmmarechal

Public Properties

Property Type Description
Ability byte
Ball byte
CNT_Cool byte
Checksum ushort
EC uint
Fateful bool
Gen4EncounterType byte
HP_EV byte
HP_IV byte
HitsRemaining byte
MARK_Circle bool
MetLocation ushort
MetYear byte
Move1 ushort
Move1_PP byte
Nickname string
PID uint
PKRS_Strain byte
Species ushort
isNicknamed bool

Public Methods

Method Description
PK6 ( byte pk6 ) : System

Method Details

PK6() public method

public PK6 ( byte pk6 ) : System
pk6 byte
return System

Property Details

Ability public_oe property

public byte Ability
return byte

Ball public_oe property

public byte Ball
return byte

CNT_Cool public_oe property

public byte CNT_Cool
return byte

Checksum public_oe property

public ushort Checksum
return ushort

EC public_oe property

public uint EC
return uint

Fateful public_oe property

public bool Fateful
return bool

Gen4EncounterType public_oe property

public byte Gen4EncounterType
return byte

HP_EV public_oe property

public byte HP_EV
return byte

HP_IV public_oe property

public byte HP_IV
return byte

HitsRemaining public_oe property

public byte HitsRemaining
return byte

MARK_Circle public_oe property

public bool MARK_Circle
return bool

MetLocation public_oe property

public ushort MetLocation
return ushort

MetYear public_oe property

public byte MetYear
return byte

Move1 public_oe property

public ushort Move1
return ushort

Move1_PP public_oe property

public byte Move1_PP
return byte

Nickname public_oe property

public string Nickname
return string

PID public_oe property

public uint PID
return uint

PKRS_Strain public_oe property

public byte PKRS_Strain
return byte

Species public_oe property

public ushort Species
return ushort

isNicknamed public_oe property

public bool isNicknamed
return bool