C# 클래스 PKHeX.PKX.Structures.PK6

파일 보기 프로젝트 열기: gnmmarechal/PKHeX_gnmmarechal

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
PK6 ( byte pk6 ) : System

메소드 상세

PK6() 공개 메소드

public PK6 ( byte pk6 ) : System
pk6 byte
리턴 System

프로퍼티 상세

Ability 공개적으로 프로퍼티

public byte Ability
리턴 byte

Ball 공개적으로 프로퍼티

public byte Ball
리턴 byte

CNT_Cool 공개적으로 프로퍼티

public byte CNT_Cool
리턴 byte

Checksum 공개적으로 프로퍼티

public ushort Checksum
리턴 ushort

EC 공개적으로 프로퍼티

public uint EC
리턴 uint

Fateful 공개적으로 프로퍼티

public bool Fateful
리턴 bool

Gen4EncounterType 공개적으로 프로퍼티

public byte Gen4EncounterType
리턴 byte

HP_EV 공개적으로 프로퍼티

public byte HP_EV
리턴 byte

HP_IV 공개적으로 프로퍼티

public byte HP_IV
리턴 byte

HitsRemaining 공개적으로 프로퍼티

public byte HitsRemaining
리턴 byte

MARK_Circle 공개적으로 프로퍼티

public bool MARK_Circle
리턴 bool

MetLocation 공개적으로 프로퍼티

public ushort MetLocation
리턴 ushort

MetYear 공개적으로 프로퍼티

public byte MetYear
리턴 byte

Move1 공개적으로 프로퍼티

public ushort Move1
리턴 ushort

Move1_PP 공개적으로 프로퍼티

public byte Move1_PP
리턴 byte

Nickname 공개적으로 프로퍼티

public string Nickname
리턴 string

PID 공개적으로 프로퍼티

public uint PID
리턴 uint

PKRS_Strain 공개적으로 프로퍼티

public byte PKRS_Strain
리턴 byte

Species 공개적으로 프로퍼티

public ushort Species
리턴 ushort

isNicknamed 공개적으로 프로퍼티

public bool isNicknamed
리턴 bool