C# Class LegalityChecker.SP

Mostrar archivo Open project: kamronbatman/Pokemon-Legality-Checker

Public Properties

Property Type Description
m_3GSP SP3[]
m_4GSP SP4[]
m_JSP SPJ[]

Public Methods

Method Description
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

Method Details

SP() public method

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
return System

Valid3rdGen() public static method

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
return bool

Valid4thGen() public static method

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
return bool

ValidEvo() public method

public ValidEvo ( ushort natid ) : bool
natid ushort
return bool

ValidHomeTown() public method

public ValidHomeTown ( byte hometown ) : bool
hometown byte
return bool

ValidJeremy() public static method

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
return bool

Property Details

m_3GSP public_oe static_oe property

public static SP3[] m_3GSP
return SP3[]

m_4GSP public_oe static_oe property

public static SP4[] m_4GSP
return SP4[]

m_JSP public_oe static_oe property

public static SPJ[] m_JSP
return SPJ[]