Vixen
caa30e12
csharp
public readonly record struct InteractionResult

What using something produced.

Read the guide page for this →

Fields and properties (4)

  • public DefId Node

    Which node.

  • public PlayerId Player

    Who used it.

  • public DefId Yields

    What it yields, by address. None for a door.

  • public ulong Seed

    What a loot roll should be seeded from, so the result is reproducible.

Methods (1)

  • public InteractionResult(DefId Node, PlayerId Player, DefId Yields, ulong Seed)

    What using something produced.

Used by (2)

  • InteractionNodeVixen.Gameplay.Interaction
  • InteractionTestsVixen.Gameplay.Interaction.Tests