C# Class LegalityChecker.Utility

Afficher le fichier Open project: kamronbatman/Pokemon-Legality-Checker

Méthodes publiques

Свойство Type Description
DPDates System.DateTime[]
EvoChains ushort[]
GenderThresholds byte[]
GrowthTypes GrowthType[]
HGSSDates System.DateTime[]
HoneyLocations ushort[]
PtDates System.DateTime[]

Méthodes publiques

Méthode 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 méthode

public static Append ( string &first, string second, bool prependcomma ) : bool
first string
second string
prependcomma bool
Résultat bool

GetLevel() public static méthode

public static GetLevel ( int natid, uint exp ) : byte
natid int
exp uint
Résultat byte

IsIVMatch() public static méthode

public static IsIVMatch ( int iv1o, int iv2o, int iv1f, int iv2f ) : bool
iv1o int
iv2o int
iv1f int
iv2f int
Résultat bool

OutputLanguage() public static méthode

public static OutputLanguage ( System.Language lang ) : string
lang System.Language
Résultat string

PopColor() public static méthode

public static PopColor ( ) : void
Résultat void

PushColor() public static méthode

public static PushColor ( ConsoleColor color ) : void
color ConsoleColor
Résultat void

ToArray() public méthode

public ToArray ( byte data ) : ushort[]
data byte
Résultat ushort[]

ToArray() public méthode

public ToArray ( byte data, int index, int count ) : ushort[]
data byte
index int
count int
Résultat ushort[]

Property Details

DPDates public_oe static_oe property

public static DateTime[],System DPDates
Résultat System.DateTime[]

EvoChains public_oe static_oe property

public static ushort[] EvoChains
Résultat ushort[]

GenderThresholds public_oe static_oe property

public static byte[] GenderThresholds
Résultat byte[]

GrowthTypes public_oe static_oe property

public static GrowthType[] GrowthTypes
Résultat GrowthType[]

HGSSDates public_oe static_oe property

public static DateTime[],System HGSSDates
Résultat System.DateTime[]

HoneyLocations public_oe static_oe property

public static ushort[] HoneyLocations
Résultat ushort[]

PtDates public_oe static_oe property

public static DateTime[],System PtDates
Résultat System.DateTime[]