Vixen
c7401864
csharp
public enum SocialTie

What one player is to another, in a graph being read back.

Read the guide page for this →

Remarks

⚠ One value rather than a set of flags, because the four are exclusive. Block drops the friendship and both requests, so "blocked friend" is not a state this graph can be in — and a flags enum would invite storage to write one.

Fields and properties (5)

  • None

    Nothing. What Seat treats as a removal.

  • Friend

    A friend.

  • Blocked

    Blocked by the owner.

  • Requested

    The owner has asked them and nobody has answered.

  • Received

    They have asked the owner.

Used by (6)

  • HousekeepingTestsVixen.Live.Gameplay.Tests
  • SocialBridgeVixen.Live.Gameplay
  • SocialBridgeTestsVixen.Live.Gameplay.Tests
  • SocialGraphVixen.Gameplay.Social
  • SocialGraphTestsVixen.Gameplay.Social.Tests
  • SocialLinkVixen.Live.Gameplay