Vixen
c7401864
csharp
public readonly record struct PresenceRecord

Where somebody is and what they are doing.

Read the guide page for this →

Fields and properties (5)

  • public PlayerId Player

    Who.

  • public PresenceStatus Status

    How they are showing up.

  • public string Realm

    Which realm, in whatever naming the fleet uses.

  • public DefId Scene

    Which map, by address.

  • public string Note

    What they typed as their status.

Methods (2)

  • public PresenceRecord(PlayerId Player, PresenceStatus Status, string Realm = "", DefId Scene = default(DefId), string Note = "")

    Where somebody is and what they are doing.

  • public static PresenceRecord Away(PlayerId player)

    What a stranger is told about somebody who is not there.

Used by (2)

  • PresenceBookVixen.Gameplay.Social
  • PresenceTestsVixen.Gameplay.Social.Tests