Beispiel #1
0
 public static bool AnomalySuitableGeneral(Interface.MemoryStruct.IListEntry scanResult) =>
 scanResult?.CellValueFromColumnHeader("Group")
 ?.RegexMatchSuccessIgnoreCase("combat") ?? false;
Beispiel #2
0
 static public bool ActuallyAnomaly(Interface.MemoryStruct.IListEntry scanResult) =>
 scanResult?.CellValueFromColumnHeader("Distance")?.RegexMatchSuccessIgnoreCase("km") ?? false;