PKHeX/PKHeX.Core/Editing/Bulk
Kurt f2ffd2ad1f Allow pointer property references for filters
=Stat_ATK=*Stat_DEF
.Species=0

^ will delete a pkm if the defense stat is equal to the attack stat.
the `*`* allows you to use the value from that property, rather than a value from the instruction

already worked for property-modify (aka copy property value), this just allows you to compare-filter with properties.
2023-04-22 17:58:36 -07:00
..
ComplexSet File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
Suggestion Add more xmldoc 2023-03-31 13:00:34 -07:00
BatchEditing.cs Allow pointer property references for filters 2023-04-22 17:58:36 -07:00
BatchEditor.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
BatchFilters.cs Encapsulate item pouch arrays/etc for finer control (#3860) 2023-04-16 12:58:07 -07:00
BatchInfo.cs Span-ify MoveSetApplicator 2023-03-21 21:02:13 -07:00
BatchMods.cs Privatize some static fields, more robust legal helper classes. (#3865) 2023-04-20 21:23:15 -07:00
ModifyResult.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
StringInstruction.cs Add more xmldoc 2023-03-31 13:00:34 -07:00
StringInstructionSet.cs Add more xmldoc 2023-03-31 13:00:34 -07:00