Vixen
c7401864
csharp
public readonly record struct EventChainEdge

One edge of a chain.

Read the guide page for this →

Fields and properties (4)

  • public DefId From

    Which event it leaves.

  • public DefId To

    Which it arrives at.

  • public EventBranch Branch

    Which way it left.

  • public string Address

    The address it named, kept so a dangling edge can be drawn.

Methods (1)

Used by (3)

  • EventChainVixen.Editor.Gameplay.Quests
  • EventChainProjectionVixen.Editor.Gameplay.Quests
  • EventChainTestsVixen.Editor.Gameplay.Quests.Tests