C# Class PKHeX.PKX.Structures.PK6

Show 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 property

public byte Ability
return byte

Ball public property

public byte Ball
return byte

CNT_Cool public property

public byte CNT_Cool
return byte

Checksum public property

public ushort Checksum
return ushort

EC public property

public uint EC
return uint

Fateful public property

public bool Fateful
return bool

Gen4EncounterType public property

public byte Gen4EncounterType
return byte

HP_EV public property

public byte HP_EV
return byte

HP_IV public property

public byte HP_IV
return byte

HitsRemaining public property

public byte HitsRemaining
return byte

MARK_Circle public property

public bool MARK_Circle
return bool

MetLocation public property

public ushort MetLocation
return ushort

MetYear public property

public byte MetYear
return byte

Move1 public property

public ushort Move1
return ushort

Move1_PP public property

public byte Move1_PP
return byte

Nickname public property

public string Nickname
return string

PID public property

public uint PID
return uint

PKRS_Strain public property

public byte PKRS_Strain
return byte

Species public property

public ushort Species
return ushort

isNicknamed public property

public bool isNicknamed
return bool