csharp
public sealed class PresenceBookWho is online, and what each viewer is allowed to be told.
Fields and properties (1)
public int CountHow many people it has a record for.
Methods (5)
public PresenceBook(SocialGraphs graphs)Makes a book over a set of graphs.
public void Set(PresenceRecord record)Records where somebody is.
public bool Clear(PlayerId player)Forgets somebody. What a logout does.
public PresenceRecord Of(PlayerId player)The truth about somebody, for the realm.
public PresenceRecord As(PlayerId viewer, PlayerId subject)What one player may be told about another.
Used by (1)
- PresenceTestsVixen.Gameplay.Social.Tests