Vixen
c7401864
csharp
public readonly record struct EconomyResult

What came of posting an intent.

Read the guide page for this →

Fields and properties (4)

  • public EconomyVerdict Verdict

    How it was received.

  • public long Sequence

    Where it landed, or the sequence it had the first time.

  • public string Detail

    What was wrong, in a sentence.

  • public bool Ok

    Whether the world is now in the state the intent asked for.

Methods (1)

  • public EconomyResult(EconomyVerdict Verdict, long Sequence, string Detail = "")

    What came of posting an intent.

Used by (12)

  • AuctionHouseVixen.Gameplay.Economy
  • HousekeepingTestsVixen.Live.Gameplay.Tests
  • IEconomyLedgerVixen.Gameplay.Economy
  • KeyHorizonTestsVixen.Gameplay.Economy.Tests
  • LedgerBridgeVixen.Live.Gameplay
  • LedgerBridgeTestsVixen.Live.Gameplay.Tests
  • LedgerTestsVixen.Gameplay.Economy.Tests
  • MemoryEconomyLedgerVixen.Gameplay.Economy
  • PostOfficeVixen.Gameplay.Economy
  • TradeSessionVixen.Gameplay.Economy
  • TradeTestsVixen.Gameplay.Economy.Tests
  • VendorStateVixen.Gameplay.Economy