C# 클래스 LegalityChecker.Utility

파일 보기 프로젝트 열기: kamronbatman/Pokemon-Legality-Checker

공개 프로퍼티들

프로퍼티 타입 설명
DPDates System.DateTime[]
EvoChains ushort[]
GenderThresholds byte[]
GrowthTypes GrowthType[]
HGSSDates System.DateTime[]
HoneyLocations ushort[]
PtDates System.DateTime[]

공개 메소드들

메소드 설명
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[]

메소드 상세

Append() 공개 정적인 메소드

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

GetLevel() 공개 정적인 메소드

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

IsIVMatch() 공개 정적인 메소드

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

OutputLanguage() 공개 정적인 메소드

public static OutputLanguage ( System.Language lang ) : string
lang System.Language
리턴 string

PopColor() 공개 정적인 메소드

public static PopColor ( ) : void
리턴 void

PushColor() 공개 정적인 메소드

public static PushColor ( ConsoleColor color ) : void
color ConsoleColor
리턴 void

ToArray() 공개 메소드

public ToArray ( byte data ) : ushort[]
data byte
리턴 ushort[]

ToArray() 공개 메소드

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

프로퍼티 상세

DPDates 공개적으로 정적으로 프로퍼티

public static DateTime[],System DPDates
리턴 System.DateTime[]

EvoChains 공개적으로 정적으로 프로퍼티

public static ushort[] EvoChains
리턴 ushort[]

GenderThresholds 공개적으로 정적으로 프로퍼티

public static byte[] GenderThresholds
리턴 byte[]

GrowthTypes 공개적으로 정적으로 프로퍼티

public static GrowthType[] GrowthTypes
리턴 GrowthType[]

HGSSDates 공개적으로 정적으로 프로퍼티

public static DateTime[],System HGSSDates
리턴 System.DateTime[]

HoneyLocations 공개적으로 정적으로 프로퍼티

public static ushort[] HoneyLocations
리턴 ushort[]

PtDates 공개적으로 정적으로 프로퍼티

public static DateTime[],System PtDates
리턴 System.DateTime[]