C# Class LegalityChecker.Utility

ファイルを表示 Open project: kamronbatman/Pokemon-Legality-Checker

Public Properties

Property Type Description
DPDates System.DateTime[]
EvoChains ushort[]
GenderThresholds byte[]
GrowthTypes GrowthType[]
HGSSDates System.DateTime[]
HoneyLocations ushort[]
PtDates System.DateTime[]

Public Methods

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[]

Method Details

Append() public static method

public static Append ( string &first, string second, bool prependcomma ) : bool
first string
second string
prependcomma bool
return bool

GetLevel() public static method

public static GetLevel ( int natid, uint exp ) : byte
natid int
exp uint
return byte

IsIVMatch() public static method

public static IsIVMatch ( int iv1o, int iv2o, int iv1f, int iv2f ) : bool
iv1o int
iv2o int
iv1f int
iv2f int
return bool

OutputLanguage() public static method

public static OutputLanguage ( System.Language lang ) : string
lang System.Language
return string

PopColor() public static method

public static PopColor ( ) : void
return void

PushColor() public static method

public static PushColor ( ConsoleColor color ) : void
color ConsoleColor
return void

ToArray() public method

public ToArray ( byte data ) : ushort[]
data byte
return ushort[]

ToArray() public method

public ToArray ( byte data, int index, int count ) : ushort[]
data byte
index int
count int
return ushort[]

Property Details

DPDates public_oe static_oe property

public static DateTime[],System DPDates
return System.DateTime[]

EvoChains public_oe static_oe property

public static ushort[] EvoChains
return ushort[]

GenderThresholds public_oe static_oe property

public static byte[] GenderThresholds
return byte[]

GrowthTypes public_oe static_oe property

public static GrowthType[] GrowthTypes
return GrowthType[]

HGSSDates public_oe static_oe property

public static DateTime[],System HGSSDates
return System.DateTime[]

HoneyLocations public_oe static_oe property

public static ushort[] HoneyLocations
return ushort[]

PtDates public_oe static_oe property

public static DateTime[],System PtDates
return System.DateTime[]