Class RecentPlayersManager
- Namespace
- TaleWorlds.MountAndBlade.Diamond
- Assembly
- TaleWorlds.MountAndBlade.Diamond.dll
public static class RecentPlayersManager
- Inheritance
-
RecentPlayersManager
- Inherited Members
Properties
RecentPlayers
public static MBReadOnlyList<RecentPlayerInfo> RecentPlayers { get; }
Property Value
Methods
AddOrUpdatePlayerEntry(PlayerId, string, InteractionType, int)
public static void AddOrUpdatePlayerEntry(PlayerId playerId, string playerName, InteractionType interactionType, int forcedIndex)
Parameters
playerId
PlayerIdplayerName
stringinteractionType
InteractionTypeforcedIndex
int
GetPlayersOrdered()
public static IEnumerable<PlayerId> GetPlayersOrdered()
Returns
GetRecentPlayerIds()
public static PlayerId[] GetRecentPlayerIds()
Returns
- PlayerId[]
GetRecentPlayerInfos()
public static Task<MBReadOnlyList<RecentPlayerInfo>> GetRecentPlayerInfos()
Returns
Initialize()
public static void Initialize()
Serialize()
public static void Serialize()
Events
OnRecentPlayerInteraction
public static event Action<PlayerId, InteractionType> OnRecentPlayerInteraction
Event Type
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).