C# 클래스 LegalityChecker.SP

파일 보기 프로젝트 열기: kamronbatman/Pokemon-Legality-Checker

공개 프로퍼티들

프로퍼티 타입 설명
m_3GSP SP3[]
m_4GSP SP4[]
m_JSP SPJ[]

공개 메소드들

메소드 설명
SP ( ushort natid, ushort tid, ushort sid, uint pid, uint ivs, bool female, byte hometown ) : System
Valid3rdGen ( ushort natid, uint tid, uint sid, uint pid, uint ivscom, bool female, byte hometown ) : bool
Valid4thGen ( ushort natid, uint tid, uint sid, uint pid, uint ivscom, bool female, byte hometown, ushort loc ) : bool
ValidEvo ( ushort natid ) : bool
ValidHomeTown ( byte hometown ) : bool
ValidJeremy ( ushort natid, uint tid, uint sid, uint pid, uint ivscom, bool female, byte level, byte hometown ) : bool

메소드 상세

SP() 공개 메소드

public SP ( ushort natid, ushort tid, ushort sid, uint pid, uint ivs, bool female, byte hometown ) : System
natid ushort
tid ushort
sid ushort
pid uint
ivs uint
female bool
hometown byte
리턴 System

Valid3rdGen() 공개 정적인 메소드

public static Valid3rdGen ( ushort natid, uint tid, uint sid, uint pid, uint ivscom, bool female, byte hometown ) : bool
natid ushort
tid uint
sid uint
pid uint
ivscom uint
female bool
hometown byte
리턴 bool

Valid4thGen() 공개 정적인 메소드

public static Valid4thGen ( ushort natid, uint tid, uint sid, uint pid, uint ivscom, bool female, byte hometown, ushort loc ) : bool
natid ushort
tid uint
sid uint
pid uint
ivscom uint
female bool
hometown byte
loc ushort
리턴 bool

ValidEvo() 공개 메소드

public ValidEvo ( ushort natid ) : bool
natid ushort
리턴 bool

ValidHomeTown() 공개 메소드

public ValidHomeTown ( byte hometown ) : bool
hometown byte
리턴 bool

ValidJeremy() 공개 정적인 메소드

public static ValidJeremy ( ushort natid, uint tid, uint sid, uint pid, uint ivscom, bool female, byte level, byte hometown ) : bool
natid ushort
tid uint
sid uint
pid uint
ivscom uint
female bool
level byte
hometown byte
리턴 bool

프로퍼티 상세

m_3GSP 공개적으로 정적으로 프로퍼티

public static SP3[] m_3GSP
리턴 SP3[]

m_4GSP 공개적으로 정적으로 프로퍼티

public static SP4[] m_4GSP
리턴 SP4[]

m_JSP 공개적으로 정적으로 프로퍼티

public static SPJ[] m_JSP
리턴 SPJ[]