csharp
public readonly record struct PresenceRecordWhere somebody is and what they are doing.
Fields and properties (5)
public PlayerId PlayerWho.
public PresenceStatus StatusHow they are showing up.
public string RealmWhich realm, in whatever naming the fleet uses.
public DefId SceneWhich map, by address.
public string NoteWhat 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