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