コード例 #1
0
ファイル: AnomalyEnter.cs プロジェクト: Fulborg/A-Bot
 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;