C# Class LegalityChecker.MG

Exibir arquivo Open project: kamronbatman/Pokemon-Legality-Checker Class Usage Examples

Public Properties

Property Type Description
m_DynamicGifts LegalityChecker.MG[]
m_DynamicShinyGifts LegalityChecker.MG[]
m_HGSSDates System.DateTime[]
m_PtDates System.DateTime[]
m_StaticGifts LegalityChecker.MG[]

Public Methods

Method Description
FindDynamicGift ( ushort natid, uint tid, uint sid ) : MG
FindDynamicShinyGift ( ushort natid, uint tid, uint sid ) : MG
FindStaticGift ( ushort natid, uint tid, uint sid ) : MG
MG ( ushort natid, ushort tid, ushort sid, uint pid, bool female, System.DateTime date ) : System
MG ( ushort natid, ushort tid, ushort sid, uint pid, bool female, System.DateTime date, DistRegions regions ) : System
MG ( ushort natid, ushort tid, ushort sid, uint pid, bool female, HT4 lang, System.DateTime date ) : System
MG ( ushort natid, ushort tid, ushort sid, uint pid, bool female, HT4 lang, System.DateTime date, DistRegions regions ) : System
MG ( ushort natid, ushort tid, ushort sid, uint pid, bool female, HT4 lang, HT4 ht, System.DateTime date ) : System
MG ( ushort natid, ushort tid, ushort sid, uint pid, bool female, HT4 lang, HT4 ht, System.DateTime date, DistRegions regions ) : System
MG ( ushort natid, ushort tid, ushort sid, uint pid, bool female, HT4 lang, ushort loc, System.DateTime date ) : System
MG ( ushort natid, ushort tid, ushort sid, uint pid, bool female, HT4 lang, ushort loc, System.DateTime date, DistRegions regions ) : System
MG ( ushort natid, ushort tid, ushort sid, uint pid, bool female, HT4 lang, ushort loc, HT4 ht, System.DateTime date ) : System
MG ( ushort natid, ushort tid, ushort sid, uint pid, bool female, HT4 lang, ushort loc, HT4 ht, System.DateTime date, DistRegions regions ) : System
ValidAcquire ( System.DateTime date, byte town, byte language, ushort natid, bool female, ushort loc ) : bool
ValidEvo ( ushort natid ) : bool

Method Details

FindDynamicGift() public static method

public static FindDynamicGift ( ushort natid, uint tid, uint sid ) : MG
natid ushort
tid uint
sid uint
return MG

FindDynamicShinyGift() public static method

public static FindDynamicShinyGift ( ushort natid, uint tid, uint sid ) : MG
natid ushort
tid uint
sid uint
return MG

FindStaticGift() public static method

public static FindStaticGift ( ushort natid, uint tid, uint sid ) : MG
natid ushort
tid uint
sid uint
return MG

MG() public method

public MG ( ushort natid, ushort tid, ushort sid, uint pid, bool female, System.DateTime date ) : System
natid ushort
tid ushort
sid ushort
pid uint
female bool
date System.DateTime
return System

MG() public method

public MG ( ushort natid, ushort tid, ushort sid, uint pid, bool female, System.DateTime date, DistRegions regions ) : System
natid ushort
tid ushort
sid ushort
pid uint
female bool
date System.DateTime
regions DistRegions
return System

MG() public method

public MG ( ushort natid, ushort tid, ushort sid, uint pid, bool female, HT4 lang, System.DateTime date ) : System
natid ushort
tid ushort
sid ushort
pid uint
female bool
lang HT4
date System.DateTime
return System

MG() public method

public MG ( ushort natid, ushort tid, ushort sid, uint pid, bool female, HT4 lang, System.DateTime date, DistRegions regions ) : System
natid ushort
tid ushort
sid ushort
pid uint
female bool
lang HT4
date System.DateTime
regions DistRegions
return System

MG() public method

public MG ( ushort natid, ushort tid, ushort sid, uint pid, bool female, HT4 lang, HT4 ht, System.DateTime date ) : System
natid ushort
tid ushort
sid ushort
pid uint
female bool
lang HT4
ht HT4
date System.DateTime
return System

MG() public method

public MG ( ushort natid, ushort tid, ushort sid, uint pid, bool female, HT4 lang, HT4 ht, System.DateTime date, DistRegions regions ) : System
natid ushort
tid ushort
sid ushort
pid uint
female bool
lang HT4
ht HT4
date System.DateTime
regions DistRegions
return System

MG() public method

public MG ( ushort natid, ushort tid, ushort sid, uint pid, bool female, HT4 lang, ushort loc, System.DateTime date ) : System
natid ushort
tid ushort
sid ushort
pid uint
female bool
lang HT4
loc ushort
date System.DateTime
return System

MG() public method

public MG ( ushort natid, ushort tid, ushort sid, uint pid, bool female, HT4 lang, ushort loc, System.DateTime date, DistRegions regions ) : System
natid ushort
tid ushort
sid ushort
pid uint
female bool
lang HT4
loc ushort
date System.DateTime
regions DistRegions
return System

MG() public method

public MG ( ushort natid, ushort tid, ushort sid, uint pid, bool female, HT4 lang, ushort loc, HT4 ht, System.DateTime date ) : System
natid ushort
tid ushort
sid ushort
pid uint
female bool
lang HT4
loc ushort
ht HT4
date System.DateTime
return System

MG() public method

public MG ( ushort natid, ushort tid, ushort sid, uint pid, bool female, HT4 lang, ushort loc, HT4 ht, System.DateTime date, DistRegions regions ) : System
natid ushort
tid ushort
sid ushort
pid uint
female bool
lang HT4
loc ushort
ht HT4
date System.DateTime
regions DistRegions
return System

ValidAcquire() public method

public ValidAcquire ( System.DateTime date, byte town, byte language, ushort natid, bool female, ushort loc ) : bool
date System.DateTime
town byte
language byte
natid ushort
female bool
loc ushort
return bool

ValidEvo() public method

public ValidEvo ( ushort natid ) : bool
natid ushort
return bool

Property Details

m_DynamicGifts public_oe static_oe property

public static MG[],LegalityChecker m_DynamicGifts
return LegalityChecker.MG[]

m_DynamicShinyGifts public_oe static_oe property

public static MG[],LegalityChecker m_DynamicShinyGifts
return LegalityChecker.MG[]

m_HGSSDates public_oe static_oe property

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

m_PtDates public_oe static_oe property

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

m_StaticGifts public_oe static_oe property

public static MG[],LegalityChecker m_StaticGifts
return LegalityChecker.MG[]