Class LobbyNotification
- Namespace
- TaleWorlds.MountAndBlade.Diamond
- Assembly
- TaleWorlds.MountAndBlade.Diamond.dll
public class LobbyNotification
- Inheritance
-
LobbyNotification
- Inherited Members
Constructors
LobbyNotification()
public LobbyNotification()
LobbyNotification(int, NotificationType, DateTime, string, string)
public LobbyNotification(int id, NotificationType type, DateTime date, string message, string serializedParameters)
Parameters
id
inttype
NotificationTypedate
DateTimemessage
stringserializedParameters
string
LobbyNotification(NotificationType, DateTime, string)
public LobbyNotification(NotificationType type, DateTime date, string message)
Parameters
type
NotificationTypedate
DateTimemessage
string
Fields
BadgeIdParameterName
public const string BadgeIdParameterName = "badge_id"
Field Value
FriendRequesterParameterName
public const string FriendRequesterParameterName = "friend_requester"
Field Value
Properties
Date
public DateTime Date { get; set; }
Property Value
Id
public int Id { get; set; }
Property Value
Message
public string Message { get; set; }
Property Value
Parameters
public Dictionary<string, string> Parameters { get; set; }
Property Value
Type
public NotificationType Type { get; set; }
Property Value
Methods
GetParametersAsString()
public string GetParametersAsString()
Returns
GetTextObjectOfMessage()
public TextObject GetTextObjectOfMessage()
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).