Property | Type | Description | |
---|---|---|---|
DPDates | System.DateTime[] | ||
EvoChains | ushort[] | ||
GenderThresholds | byte[] | ||
GrowthTypes | GrowthType[] | ||
HGSSDates | System.DateTime[] | ||
HoneyLocations | ushort[] | ||
PtDates | System.DateTime[] |
Method | Description | |
---|---|---|
Append ( string &first, string second, bool prependcomma ) : bool | ||
GetLevel ( int natid, uint exp ) : byte | ||
IsIVMatch ( int iv1o, int iv2o, int iv1f, int iv2f ) : bool | ||
OutputLanguage ( System.Language lang ) : string | ||
PopColor ( ) : void | ||
PushColor ( ConsoleColor color ) : void | ||
ToArray ( byte data ) : ushort[] | ||
ToArray ( byte data, int index, int count ) : ushort[] |
public static Append ( string &first, string second, bool prependcomma ) : bool | ||
first | string | |
second | string | |
prependcomma | bool | |
return | bool |
public static GetLevel ( int natid, uint exp ) : byte | ||
natid | int | |
exp | uint | |
return | byte |
public static IsIVMatch ( int iv1o, int iv2o, int iv1f, int iv2f ) : bool | ||
iv1o | int | |
iv2o | int | |
iv1f | int | |
iv2f | int | |
return | bool |
public static OutputLanguage ( System.Language lang ) : string | ||
lang | System.Language | |
return | string |
public static PushColor ( ConsoleColor color ) : void | ||
color | ConsoleColor | |
return | void |
public ToArray ( byte data, int index, int count ) : ushort[] | ||
data | byte | |
index | int | |
count | int | |
return | ushort[] |
public static DateTime[],System DPDates | ||
return | System.DateTime[] |
public static DateTime[],System HGSSDates | ||
return | System.DateTime[] |