Vixen
c7401864
csharp
public sealed class LootResult

What one drop event produced.

Read the guide page for this →

Fields and properties (5)

  • public static LootResult Empty

    Nothing dropped.

  • public ulong EventId

    What caused it. The one number a roll is reproducible from.

  • public ulong Player

    Whose roll it was, for a personal drop.

  • public IReadOnlyList<LootDrop> Drops

    What dropped, in the order it was rolled.

  • public bool IsSome

    Whether anything dropped at all.

Methods (1)

Used by (6)

  • LootSimulatorVixen.Editor.Gameplay.Loot
  • LootSimulatorTestsVixen.Editor.Gameplay.Loot.Tests
  • LootDistributionTestsVixen.Gameplay.Loot.Tests
  • LootEvaluatorVixen.Gameplay.Loot
  • LootRollTestsVixen.Gameplay.Loot.Tests
  • PityTestsVixen.Gameplay.Loot.Tests