PKHeX/PKHeX.Core/Legality/Structures
Kurt d02b87a7b2 Expose checkresult properties
can now check individual strings / identifiers in a LegalityAnalysis
object by:

var la = new LegalityAnalysis(pkm);
var parse = la.Info.Parse;
if (parse.Any(z => ReferenceEquals(z.Comment, LegalityCheckStrings.X))
...
should be faster than doing string.Contains
2018-09-05 21:27:52 -07:00
..
CheckMoveResult.cs Misc style & minor tweaks 2018-08-02 20:11:42 -07:00
CheckResult.cs Expose checkresult properties 2018-09-05 21:27:52 -07:00
EggMoves.cs Misc style & minor tweaks 2018-08-02 20:11:42 -07:00
IEncounterable.cs Misc style & minor tweaks 2018-08-02 20:11:42 -07:00
IGeneration.cs Extend core api 2018-03-28 20:34:58 -07:00
ILocation.cs Misc reorg 2018-08-26 16:29:52 -07:00
IMoveset.cs Refactoring 2018-05-12 12:28:48 -07:00
ITrainerInfo.cs Refactoring 2018-07-25 20:40:57 -07:00
IVersion.cs Misc style & minor tweaks 2018-08-02 20:11:42 -07:00
Shiny.cs Merge PIDType and bool? shiny property 2018-03-16 19:35:55 -07:00
SimpleTrainerInfo.cs Refactor savefile tid/sid to int 2018-04-28 11:06:58 -07:00