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