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