C# 클래스 PKHeX.PKX.Simulator.Set

파일 보기 프로젝트 열기: gnmmarechal/PKHeX_gnmmarechal 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Ability int
EVs byte[]
Form string
Friendship int
Gender string
IVs int[]
Item int
Level int
Moves int[]
Nature int
Nickname string
Shiny bool
Species int

공개 메소드들

메소드 설명
Set ( string input, string species, string items, string natures, string moves, string abilities ) : System

메소드 상세

Set() 공개 메소드

public Set ( string input, string species, string items, string natures, string moves, string abilities ) : System
input string
species string
items string
natures string
moves string
abilities string
리턴 System

프로퍼티 상세

Ability 공개적으로 프로퍼티

public int Ability
리턴 int

EVs 공개적으로 프로퍼티

public byte[] EVs
리턴 byte[]

Form 공개적으로 프로퍼티

public string Form
리턴 string

Friendship 공개적으로 프로퍼티

public int Friendship
리턴 int

Gender 공개적으로 프로퍼티

public string Gender
리턴 string

IVs 공개적으로 프로퍼티

public int[] IVs
리턴 int[]

Item 공개적으로 프로퍼티

public int Item
리턴 int

Level 공개적으로 프로퍼티

public int Level
리턴 int

Moves 공개적으로 프로퍼티

public int[] Moves
리턴 int[]

Nature 공개적으로 프로퍼티

public int Nature
리턴 int

Nickname 공개적으로 프로퍼티

public string Nickname
리턴 string

Shiny 공개적으로 프로퍼티

public bool Shiny
리턴 bool

Species 공개적으로 프로퍼티

public int Species
리턴 int