Property | Type | Description | |
---|---|---|---|
m_3GSP | SP3[] | ||
m_4GSP | SP4[] | ||
m_JSP | SPJ[] |
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 |
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 |
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 |
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 |
public ValidHomeTown ( byte hometown ) : bool | ||
hometown | byte | |
return | bool |
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 |