Vixen
02b45cc4
csharp
public static class MoveQueryText

Reads a written query into the one the runtime would build.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

⚠ The same query, not a similar one. The whole claim of the filter box is that what it shows is what the game would pick, so this produces a MoveQuery and hands it to the same scorer — a parser that built its own approximation would make the panel a liar in exactly the cases somebody is using it to investigate.

Methods (1)

  • public static MoveQuery? Parse(string text)

    Reads a query, or when nothing was asked.

Used by (2)

  • MoveSetTestsVixen.Editor.AssetEditors.Tests
  • MoveSetViewVixen.Editor.AssetEditors